diff options
| author | Zog | 2018-03-29 11:16:51 +0200 | 
|---|---|---|
| committer | Zog | 2018-03-29 11:16:55 +0200 | 
| commit | dca8f770251cae1fda3a1bca1d06210f8e55ddcf (patch) | |
| tree | fd58265e3679b419bf5e5b9d4a251d8eac592839 /config | |
| parent | 205380dc853ea8e0dc9643f159354c8e15c44fe0 (diff) | |
| download | chouette-core-dca8f770251cae1fda3a1bca1d06210f8e55ddcf.tar.bz2 | |
Fix calendars view
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/calendars.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/calendars.fr.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/calendars.en.yml b/config/locales/calendars.en.yml index edda18305..3d16e7c05 100644 --- a/config/locales/calendars.en.yml +++ b/config/locales/calendars.en.yml @@ -1,7 +1,7 @@  en:    calendars:      filters: -      name_or_short_name_cont: Search by name/short name +      name_cont: Search by name      search_no_results: 'No calendar template matching your query'      days:        monday: M diff --git a/config/locales/calendars.fr.yml b/config/locales/calendars.fr.yml index f3bcf7c3d..8c933f168 100644 --- a/config/locales/calendars.fr.yml +++ b/config/locales/calendars.fr.yml @@ -1,7 +1,7 @@  fr:    calendars:      filters: -      name_or_short_name_cont: 'Indiquez un nom/nom court de calendrier...' +      name_cont: 'Indiquez un nom de calendrier...'        no_results: 'Aucun calendrier ne correspond à votre recherche'      days:        monday: L | 
