diff options
| author | Teddy Wing | 2018-01-11 17:31:33 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-01-11 18:05:35 +0100 |
| commit | 62a00fa48bac0686e80af5f3409a14a4c4877812 (patch) | |
| tree | ad081c7b42b3977a732d09c877936f89cc19b5ed | |
| parent | 23e905f37f6e9a111541e773581bd6e360f59b5f (diff) | |
| download | chouette-core-62a00fa48bac0686e80af5f3409a14a4c4877812.tar.bz2 | |
Change "ZDLp" label in StopArea drop-down to "ZDL"
The term ZDLp is STIF-specific. For the socle commun, we instead want to
use the generic term, which is ZDL.
This appears on the `Routes#new` page
(http://stif-boiv.dev:3000/referentials/4/lines/1857/routes/new).
Refs #5512
| -rw-r--r-- | config/locales/area_types.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/area_types.fr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/area_types.en.yml b/config/locales/area_types.en.yml index 4b3915b84..bd22313d4 100644 --- a/config/locales/area_types.en.yml +++ b/config/locales/area_types.en.yml @@ -3,7 +3,7 @@ en: label: zdep: ZDE zder: ZDEr - zdlp: ZDLp + zdlp: ZDL zdlr: ZDLr lda: LDA diff --git a/config/locales/area_types.fr.yml b/config/locales/area_types.fr.yml index a2d46cb94..25f27ab90 100644 --- a/config/locales/area_types.fr.yml +++ b/config/locales/area_types.fr.yml @@ -3,6 +3,6 @@ fr: label: zdep: ZDE zder: ZDEr - zdlp: ZDLp + zdlp: ZDL zdlr: ZDLr lda: LDA |
