diff options
| author | Michel Etienne | 2014-10-28 09:44:12 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2014-10-28 09:44:12 +0100 | 
| commit | 49d86219eab5e130b4398fba1d175695502eb65b (patch) | |
| tree | b59c3b367a45e3f6cfd3f94982a62933ed9dff5d | |
| parent | cc9fae7f87ccc70c6021b1b2ddf0d5c055679584 (diff) | |
| download | chouette-core-49d86219eab5e130b4398fba1d175695502eb65b.tar.bz2 | |
correct code field label for company, mantis 29662
| -rw-r--r-- | config/locales/companies.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/companies.yml b/config/locales/companies.yml index 09b010cc9..aad451fc8 100644 --- a/config/locales/companies.yml +++ b/config/locales/companies.yml @@ -28,7 +28,7 @@ en:          short_name: "Short name"          organizational_unit: "Unit"          operating_department_name: "Department" -        code: "Postcode" +        code: "Code"          phone: "Phone number"          fax: "Fax number"          email: "Email" @@ -72,7 +72,7 @@ fr:          short_name: "Nom court"          organizational_unit: "Nom d'unité dans la société"          operating_department_name: "Nom du département dans la société" -        code: "Code postal" +        code: "Code"          phone: "Numéro de téléphone"          fax: "Numéro de fax"          email: "Email"  | 
