diff --git a/src/shared/i18n/en.json b/src/shared/i18n/en.json index 650f05e63..b70057a26 100644 --- a/src/shared/i18n/en.json +++ b/src/shared/i18n/en.json @@ -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", diff --git a/src/shared/i18n/es.json b/src/shared/i18n/es.json index f2aacf716..0c7308846 100644 --- a/src/shared/i18n/es.json +++ b/src/shared/i18n/es.json @@ -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",