Skip to content

Commit

Permalink
feat: add line breaks to max_registrable_hours_limit message
Browse files Browse the repository at this point in the history
  • Loading branch information
achamorro-dev committed Feb 22, 2023
1 parent 5cc0c63 commit b28e796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shared/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"activity_before_hiring_date_title": "Activity before hiring",
"activity_before_hiring_date_description": "Cannot register and/or modify an activity before hiring",
"max_registrable_hours_limit_title": "Time limit exceeded",
"max_registrable_hours_limit_description": "You have reached the maximum time allowed for this role: {{maxAllowedHours}}. Remaining time: {{remainingHours}}"
"max_registrable_hours_limit_description": "You have reached the maximum time allowed for this role.<br/>Maximum time: {{maxAllowedHours}}<br/>Remaining time: {{remainingHours}}"
},
"actions": {
"save": "Save",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"activity_before_hiring_date_title": "Imputación antes de la fecha de contratación",
"activity_before_hiring_date_description": "No se pueden hacer imputaciones antes de la fecha de su contratación",
"max_registrable_hours_limit_title": "Superado el límite de tiempo",
"max_registrable_hours_limit_description": "Has superado el tiempo máximo permitido para este rol: {{maxAllowedHours}}. Tiempo restante: {{remainingHours}}"
"max_registrable_hours_limit_description": "Has superado el tiempo máximo permitido para este rol.<br/>Tiempo máximo: {{maxAllowedHours}}<br/>Tiempo restante: {{remainingHours}}"
},
"actions": {
"save": "Guardar",
Expand Down

0 comments on commit b28e796

Please sign in to comment.