diff options
| author | cedricnjanga | 2018-01-09 15:20:34 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-09 15:25:53 +0100 | 
| commit | 6a10570bfb62202c84234aa45bec186970ed430d (patch) | |
| tree | 70082663ff6c2ba8356f41e79ab864d994dfd971 | |
| parent | 415e8e14b52e125fd1b38d28e16afea7c4a62f83 (diff) | |
| download | chouette-core-6a10570bfb62202c84234aa45bec186970ed430d.tar.bz2 | |
Refs #5446 add title to Import#new page_header
| -rw-r--r-- | config/locales/imports.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/imports.fr.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/imports.en.yml b/config/locales/imports.en.yml index 462b17196..d9f1984fe 100644 --- a/config/locales/imports.en.yml +++ b/config/locales/imports.en.yml @@ -15,7 +15,7 @@ en:        title: "Imports"        warning: ""      new: -      title: "Imports" +      title: "Generate a new import"      show:        title: "Import %{name}"        report: "Report" diff --git a/config/locales/imports.fr.yml b/config/locales/imports.fr.yml index b545f90df..9795b2190 100644 --- a/config/locales/imports.fr.yml +++ b/config/locales/imports.fr.yml @@ -15,7 +15,7 @@ fr:        title: "Imports"        warning: ""      new: -      title: "Imports" +      title: "Générer un import"      show:        title: "Import %{name}"        report: "Rapport" | 
