diff --git a/src/updatechecker.js b/src/updatechecker.js index f3616e3fc..9b7d92e40 100644 --- a/src/updatechecker.js +++ b/src/updatechecker.js @@ -157,7 +157,7 @@ function checkBoxUpdates(callback) { const changelog = updateInfo.changelog.map((m) => `* ${m}\n`).join(''); - const message = `Changelog:\n${changelog}\n\nClick [here](/#/settings) to update.\n\n`; + const message = `Changelog:\n${changelog}\n\nGo to the settings view to update.\n\n`; notifications.alert(notifications.ALERT_BOX_UPDATE, `Cloudron v${updateInfo.version} is available`, message, function (error) { if (error) return callback(error);