diff --git a/core/module/translate/translate.php b/core/module/translate/translate.php index bbaa1a36..9de78f82 100644 --- a/core/module/translate/translate.php +++ b/core/module/translate/translate.php @@ -235,7 +235,7 @@ class translate extends common // Valeurs en sortie $this->addOutput([ - 'title' => 'Ajouter un contenu localisé', + 'title' => 'Nouveau contenu localisé', 'view' => 'add' ]); } diff --git a/core/module/translate/view/index/index.php b/core/module/translate/view/index/index.php index 2edf80ca..11bba7ff 100644 --- a/core/module/translate/view/index/index.php +++ b/core/module/translate/view/index/index.php @@ -21,7 +21,7 @@ 'href' => helper::baseUrl() . 'translate/add', 'value' => template::ico('plus'), 'class' => 'buttonGreen', - 'help' => 'Ajouter un contenu localisé' + 'help' => 'Nouveau contenu localisé' ]); ?>