Skip to content

Commit

Permalink
Merge pull request #38 from autentia/chore/change-labels
Browse files Browse the repository at this point in the history
chore: change labels in form errors
  • Loading branch information
Kemil Beltre authored Mar 8, 2022
2 parents e57097e + c3a8e73 commit ba9a8fc
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 @@ -28,7 +28,7 @@
"activity_hours_overlap": "Hours overlap",
"date_min_today": "The date must be greater than or equal to today",
"year_max": "The date must be before",
"end_date_greater": "Must be equal or greater than the start time"
"end_date_greater": "Must be equal or greater than the start date"
},
"login_page": {
"username_field": "Username",
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 @@ -28,7 +28,7 @@
"activity_hours_overlap": "Las horas se solapan",
"date_min_today": "La fecha tiene que ser mayor o igual a hoy",
"year_max": "La fecha tiene que ser anterior al año",
"end_date_greater": "Debe ser igual o mayor que la hora de inicio"
"end_date_greater": "Debe ser igual o mayor que la fecha de inicio"
},
"login_page": {
"username_field": "Usuario",
Expand Down

0 comments on commit ba9a8fc

Please sign in to comment.