diff options
Diffstat (limited to 'config/locales/time_tables.en.yml')
| -rw-r--r-- | config/locales/time_tables.en.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index ed2f9758e..d67e30edb 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -29,6 +29,10 @@ en: title: "Duplicate timetable" edit: title: "Update timetable %{time_table}" + error_modal: + title: "Error" + withoutPeriodsWithDaysTypes: "A timetable can't have day type(s) without period(s)." + withPeriodsWithoutDayTypes: "A tiemetable can't have period(s) swithout day type(s)." show: title: "Timetable %{time_table}" dates: "Application dates" |
