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' : ''),