diff options
| author | Zog | 2018-04-17 14:22:28 +0200 | 
|---|---|---|
| committer | Zog | 2018-04-17 14:22:28 +0200 | 
| commit | cccf59ad996447596ac2e821815b2d677c993d4b (patch) | |
| tree | c426c0047bf65c16c6461e82bd5e9e3b52af3c85 /config | |
| parent | 6c0195c979ffd1391a7b00d1c02d211f9bf8b1df (diff) | |
| download | chouette-core-cccf59ad996447596ac2e821815b2d677c993d4b.tar.bz2 | |
Refs #6505; Fix translations in Line#show6425-fix-lines-show
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/lines.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/lines.fr.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index 1cd5150db..3d1ddc149 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -78,7 +78,7 @@ en:            name: "Network"          company_id: "Company"          company: "Company" -        secondary_company: "Secondary company" +        secondary_companies: "Secondary companies"          companies:            name: "Company"          registration_number: "Registration number" diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index 6f4a2e9bf..47baf96f8 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -79,7 +79,7 @@ fr:            name: "Réseau"          company_id: "Transporteur principal"          company: "Transporteur principal" -        secondary_company: "Transporteurs secondaires" +        secondary_companies: "Transporteurs secondaires"          companies:            name: "Transporteur principal"          registration_number: "Nom court" | 
