Do not send internal link for update notification

This commit is contained in:
Johannes Zellner
2020-03-06 19:17:54 -08:00
parent 46b6e319f5
commit 017d19a8c8

View File

@@ -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);