diff options
| author | Zog | 2018-04-04 11:59:23 +0200 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-04-04 12:21:56 +0200 | 
| commit | 95fbdc197b71610dba005578533ea93753a525c9 (patch) | |
| tree | 7ec9a1851f23833a533839c077d0b685c3acbd38 /config | |
| parent | 103fb7e051898e486d15a61d0b85356466b2c544 (diff) | |
| download | chouette-core-95fbdc197b71610dba005578533ea93753a525c9.tar.bz2 | |
Small fixes on Custom fields
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/stop_areas.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/stop_areas.fr.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index 342fa3c68..ddb2d940c 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -18,6 +18,7 @@ en:        general: "General"        localisation: "Localisation"        accessibility: "Accessibility" +      custom_fields: "Custom fields"      actions:        new: "Add a new stop area"        create: "Add a new stop area" diff --git a/config/locales/stop_areas.fr.yml b/config/locales/stop_areas.fr.yml index a532bdc40..6a5fbf24b 100644 --- a/config/locales/stop_areas.fr.yml +++ b/config/locales/stop_areas.fr.yml @@ -19,6 +19,7 @@ fr:        general: "General"        localisation: "Localisation"        accessibility: "Accessibilité" +      custom_fields: "Champs personnalisés"      actions:        new: "Ajouter un arrêt"        create: "Ajouter un arrêt"  | 
