box update is now an alert notification

This commit is contained in:
Girish Ramakrishnan
2019-03-07 14:32:31 -08:00
parent d2d9c4be6f
commit 2d4b9786fa
4 changed files with 9 additions and 105 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const ALERT_TITLES = {
diskSpace: 'Out of Disk Space',
mailStatus: 'Email is not configured properly',
reboot: 'Reboot Required',
boxUpdate: 'New Cloudron Update Available'
boxUpdate: 'New Cloudron Version Available'
};
function NotificationsError(reason, errorOrMessage) {