capitalize view name
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user