From 18a1cdec337c7d725a72209de0fd2c11ee1d08f8 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sun, 19 Nov 2023 07:42:35 +0100 Subject: [PATCH] Drop few duplicated source strings --- galette/lib/Galette/Core/Install.php | 2 +- galette/templates/default/pages/saved_searches_list.html.twig | 2 +- galette/webroot/installer.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/galette/lib/Galette/Core/Install.php b/galette/lib/Galette/Core/Install.php index e7dc5a5d5..0af9ae4a4 100644 --- a/galette/lib/Galette/Core/Install.php +++ b/galette/lib/Galette/Core/Install.php @@ -1176,7 +1176,7 @@ define('PREFIX_DB', '" . $this->_db_prefix . "'); $this->getAdminLogin(), $this->getAdminPass() ); - $this->proceedReport(_T("Preferences"), $res); + $this->proceedReport(_T("Settings"), $res); //Install contributions types $res = $ct->installInit(); diff --git a/galette/templates/default/pages/saved_searches_list.html.twig b/galette/templates/default/pages/saved_searches_list.html.twig index be7a260c7..ed35b9ae1 100644 --- a/galette/templates/default/pages/saved_searches_list.html.twig +++ b/galette/templates/default/pages/saved_searches_list.html.twig @@ -54,7 +54,7 @@ class="delete" > - {{ _T("Delete saved search") }} + {{ _T("Remove saved search") }} diff --git a/galette/webroot/installer.php b/galette/webroot/installer.php index ab5d96e2c..c9a4e08e7 100644 --- a/galette/webroot/installer.php +++ b/galette/webroot/installer.php @@ -318,7 +318,7 @@ if (count($error_detected) > 0) {
-
+