diff --git a/src/updatechecker.js b/src/updatechecker.js index b9264e5b0..326adaaf4 100644 --- a/src/updatechecker.js +++ b/src/updatechecker.js @@ -84,7 +84,7 @@ async function checkBoxUpdates(options) { debug(`checkBoxUpdates: ${updateInfo.version} is available. renotification: ${!!state.box}`); const changelog = updateInfo.changelog.map((m) => `* ${m}\n`).join(''); - const message = `Changelog:\n${changelog}\n\nGo to the settings view to update.\n\n`; + const message = `Changelog:\n${changelog}\n\nGo to the Settings view to update.\n\n`; await notifications.alert(notifications.ALERT_BOX_UPDATE, `Cloudron v${updateInfo.version} is available`, message, { persist: false });