capitalize view name

This commit is contained in:
Girish Ramakrishnan
2024-09-18 13:10:26 +02:00
parent 1b810ec74f
commit 767f7ab40e
+1 -1
View File
@@ -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 });