aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2017-12-03 22:10:14 +0100
committerLuc Donnet2017-12-03 22:10:14 +0100
commit0174d40a1463b75b58797f5134f40a507e382c85 (patch)
treefea0465269ff551efcd2452b2106473fed8264b0
parent3ae77ab3cdf27a740ffd7feb46b69455cd95bee8 (diff)
downloadchouette-core-0174d40a1463b75b58797f5134f40a507e382c85.tar.bz2
Fix imports#show page title Refs #5152
-rw-r--r--config/locales/imports.en.yml1
-rw-r--r--config/locales/imports.fr.yml1
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é"