diff options
| author | Luc Donnet | 2017-12-03 22:10:14 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2017-12-03 22:10:14 +0100 | 
| commit | 0174d40a1463b75b58797f5134f40a507e382c85 (patch) | |
| tree | fea0465269ff551efcd2452b2106473fed8264b0 | |
| parent | 3ae77ab3cdf27a740ffd7feb46b69455cd95bee8 (diff) | |
| download | chouette-core-0174d40a1463b75b58797f5134f40a507e382c85.tar.bz2 | |
Fix imports#show page title Refs #5152
| -rw-r--r-- | config/locales/imports.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/imports.fr.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/config/locales/imports.en.yml b/config/locales/imports.en.yml index 97574007c..926201150 100644 --- a/config/locales/imports.en.yml +++ b/config/locales/imports.en.yml @@ -17,6 +17,7 @@ en:      new:        title: "Imports"      show: +      title: "Import %{name}"        report: "Report"        imported_file: "Original file"        compliance_check: "Validation report" diff --git a/config/locales/imports.fr.yml b/config/locales/imports.fr.yml index 59107cccb..207f5cc31 100644 --- a/config/locales/imports.fr.yml +++ b/config/locales/imports.fr.yml @@ -17,6 +17,7 @@ fr:      new:        title: "Imports"      show: +      title: "Import %{name}"        report: "Rapport"        imported_file: "Fichier source"        compliance_check: "Test de conformité" | 
