feat(clock_in): add messages for already clocked in/out states and handle API call failures
This commit is contained in:
@@ -1479,7 +1479,9 @@
|
||||
},
|
||||
"clock_in": {
|
||||
"location_verification_required": "Please wait for location verification before clocking in.",
|
||||
"notes_required_for_timeout": "Please add a note explaining why your location can't be verified."
|
||||
"notes_required_for_timeout": "Please add a note explaining why your location can't be verified.",
|
||||
"already_clocked_in": "You're already clocked in to this shift.",
|
||||
"already_clocked_out": "You've already clocked out of this shift."
|
||||
},
|
||||
"generic": {
|
||||
"unknown": "Something went wrong. Please try again.",
|
||||
|
||||
@@ -1474,7 +1474,9 @@
|
||||
},
|
||||
"clock_in": {
|
||||
"location_verification_required": "Por favor, espera la verificaci\u00f3n de ubicaci\u00f3n antes de registrar entrada.",
|
||||
"notes_required_for_timeout": "Por favor, agrega una nota explicando por qu\u00e9 no se puede verificar tu ubicaci\u00f3n."
|
||||
"notes_required_for_timeout": "Por favor, agrega una nota explicando por qu\u00e9 no se puede verificar tu ubicaci\u00f3n.",
|
||||
"already_clocked_in": "Ya est\u00e1s registrado en este turno.",
|
||||
"already_clocked_out": "Ya registraste tu salida de este turno."
|
||||
},
|
||||
"generic": {
|
||||
"unknown": "Algo sali\u00f3 mal. Por favor, intenta de nuevo.",
|
||||
|
||||
Reference in New Issue
Block a user