aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcedricnjanga2018-01-09 15:20:34 +0100
committercedricnjanga2018-01-09 15:25:53 +0100
commit6a10570bfb62202c84234aa45bec186970ed430d (patch)
tree70082663ff6c2ba8356f41e79ab864d994dfd971
parent415e8e14b52e125fd1b38d28e16afea7c4a62f83 (diff)
downloadchouette-core-6a10570bfb62202c84234aa45bec186970ed430d.tar.bz2
Refs #5446 add title to Import#new page_header
-rw-r--r--config/locales/imports.en.yml2
-rw-r--r--config/locales/imports.fr.yml2
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"