From 17b0109ab88210fc6f4238b4cd5e171cf4f09c27 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 27 Jun 2019 11:35:33 +0200 Subject: [PATCH] =?UTF-8?q?[9.2.00.dev]=20libell=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/theme.php | 2 +- core/module/theme/view/footer/footer.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index f1e591ce..52d3d712 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -294,7 +294,7 @@ class theme extends common { $this->getInput('themeFooterTextPosition') === 'hide' ) { // Valeurs en sortie $this->addOutput([ - 'notification' => 'Sélectionnez au moment un contenu à afficher', + 'notification' => 'Sélectionnez au moins un contenu à afficher', 'redirect' => helper::baseUrl() . 'theme/footer', 'state' => false ]); diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index 6b60aa5b..fa710446 100755 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -103,8 +103,7 @@ getData(['theme', 'footer', 'template'])]; ?> 'Gabarits de mise en page', - 'selected' => $this->getData(['theme', 'footer', 'template']), - 'help' => 'Le changement de la mise en page entraîne la réinitalisation de la position des contenus.' + 'selected' => $this->getData(['theme', 'footer', 'template']) ]); ?>