diff options
| author | cedricnjanga | 2018-03-28 22:24:34 -0700 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 09:31:43 +0200 |
| commit | 6ab0a7ee5dd3fa3250c3e2e087dfd355ad9c0a8a (patch) | |
| tree | 66cea9cae3045300918458726577acfffaf51bb3 | |
| parent | ebac4a585f8da9ed1081e865ed852a00f8524fa8 (diff) | |
| download | chouette-core-6ab0a7ee5dd3fa3250c3e2e087dfd355ad9c0a8a.tar.bz2 | |
Refs #6156 fix typo for i18n english import file
| -rw-r--r-- | config/locales/imports.en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/imports.en.yml b/config/locales/imports.en.yml index d428a0748..c8683a2a7 100644 --- a/config/locales/imports.en.yml +++ b/config/locales/imports.en.yml @@ -27,7 +27,8 @@ en: compliance_check_of: "Validation of import: " import_of_validation: "Import of the validation" data_recovery: Data recovery - filname: Filname + filename: Filename + referential_name: Referential name stif_control: STIF Control organisation_control: Organization control results: "%{count} validated referential(s) out of %{total} in the file" |
