]> git.agnieray.net Git - galette.git/commitdiff
Drop few duplicated source strings
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 19 Nov 2023 06:42:35 +0000 (07:42 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 19 Nov 2023 06:42:35 +0000 (07:42 +0100)
galette/lib/Galette/Core/Install.php
galette/templates/default/pages/saved_searches_list.html.twig
galette/webroot/installer.php

index e7dc5a5d5661ab0a22fec46f81ea706513b4d2ce..0af9ae4a4f4860aeffcc0bbf40a23ce50516a6c5 100644 (file)
@@ -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();
index be7a260c791d74b54412eb7fa2064e91270d67ba..ed35b9ae12178bc075275f1613cbeae3ce82f516 100644 (file)
@@ -54,7 +54,7 @@
                         class="delete"
                 >
                     <i class="ui trash red icon tooltip" aria-hidden="true"></i>
-                    <span class="ui special popup">{{ _T("Delete saved search") }}</span>
+                    <span class="ui special popup">{{ _T("Remove saved search") }}</span>
                 </a>
             </td>
         </tr>
index ab5d96e2c0915554d8c5051a9490bf02d4777659..c9a4e08e7f65078b64817973c780aa4e0937f27c 100644 (file)
@@ -318,7 +318,7 @@ if (count($error_detected) > 0) {
                                 <div class="step<?php if ($install->isDbCheckStep()) echo ' active'; elseif (!$install->isStepPassed(GaletteInstall::STEP_DB_CHECKS)) echo ' disabled'; ?>">
                                     <i class="key icon<?php if($install->isStepPassed(GaletteInstall::STEP_DB_CHECKS)) { echo ' green'; } ?>"></i>
                                     <div class="content">
-                                        <div class="title"><?php echo _T("Database access/permissions"); ?></div>
+                                        <div class="title"><?php echo _T("Database access and permissions"); ?></div>
                                     </div>
                                 </div>
 <?php