diff options
| author | Xinhui | 2017-12-01 16:07:18 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-12-01 16:07:18 +0100 | 
| commit | bb53d563786da23c1194d0716c2cc2597fd1f82d (patch) | |
| tree | 98056b3e6d56ad4fed1ed966c1c75e9d083d5092 /config/locales/time_tables.en.yml | |
| parent | 9a77e70223a9aebb278ee8ace6fc79a021c3aa95 (diff) | |
| download | chouette-core-bb53d563786da23c1194d0716c2cc2597fd1f82d.tar.bz2 | |
Fix conflit with page header title & breadcrumb title on journey_patterns_collections#show
Diffstat (limited to 'config/locales/time_tables.en.yml')
| -rw-r--r-- | config/locales/time_tables.en.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index e68836f99..ff36a6d7d 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -36,7 +36,7 @@ en:        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)."  +        withPeriodsWithoutDayTypes: "A tiemetable can't have period(s) swithout day type(s)."        error_submit:          periods_overlaps: "Periods cannot overlap in a timetable"          dates_overlaps: "A period cannot overlap a date in a timetable" @@ -63,7 +63,7 @@ en:          begin: Period start          end: Period end      show: -      title: "Timetable %{time_table}" +      title: "Timetable %{name}"        dates: "Application dates"        periods: "Application periods"        from: "from" | 
