From 5c97b5cea60085aa14e283e2dd7e4363c268ae82 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 3 Feb 2024 09:35:52 +0100 Subject: [PATCH] =?UTF-8?q?"Mettre=20=C3=A0=20jour"=20devient=20"Mise=20?= =?UTF-8?q?=C3=A0=20jour"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 2 +- core/module/config/config.php | 2 +- core/module/install/install.php | 2 +- core/module/language/language.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core.js.php b/core/core.js.php index 25368dc4..0bdc8e6b 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -291,7 +291,7 @@ core.start = function () { }); // Confirmation de mise à jour $("#barUpdate").on("click", function () { - message = ""; + message = ""; return core.confirm(message, function () { $(location).attr("href", $("#barUpdate").attr("href")); }); diff --git a/core/module/config/config.php b/core/module/config/config.php index 900aa500..cda364e0 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -585,7 +585,7 @@ class config extends common // Variable de version if (helper::checkNewVersion(common::ZWII_UPDATE_CHANNEL)) { - self::$updateButtonText = helper::translate('Mettre à jour'); + self::$updateButtonText = helper::translate('Mise à jour'); } diff --git a/core/module/install/install.php b/core/module/install/install.php index 3a4848df..1d9e279f 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -450,7 +450,7 @@ class install extends common // Variable de version if (helper::checkNewVersion(common::ZWII_UPDATE_CHANNEL)) { - self::$updateButtonText = helper::translate('Mettre à jour'); + self::$updateButtonText = helper::translate('Mise à jour'); } diff --git a/core/module/language/language.php b/core/module/language/language.php index 74a2dec4..a7bdaf08 100644 --- a/core/module/language/language.php +++ b/core/module/language/language.php @@ -271,7 +271,7 @@ class language extends common 'class' => isset($storeUI[$file]['version']) && version_compare($installedUI[$file]['version'], $storeUI[$file]['version']) < 0 ? 'buttonGreen' : '', 'href' => helper::baseUrl() . $this->getUrl(0) . '/update/' . $file, 'value' => template::ico('update'), - 'help' => 'Mettre à jour', + 'help' => 'Mise à jour', ]), template::button('translateContentLanguageUIDelete' . $file, [ 'class' => 'translateDelete buttonRed' . (in_array($file, $usersUI) ? ' disabled' : ''),