Elaborate what kind of backup
This commit is contained in:
@@ -249,9 +249,9 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
|
||||
|
||||
case ACTION_BACKUP_FINISH:
|
||||
if (!errorMessage) {
|
||||
return 'Backup created with Id ' + data.backupId;
|
||||
return 'Cloudron backup created with Id ' + data.backupId;
|
||||
} else {
|
||||
return 'Backup errored with error: ' + errorMessage;
|
||||
return 'Cloudron backup errored with error: ' + errorMessage;
|
||||
}
|
||||
|
||||
case ACTION_BACKUP_CLEANUP_START:
|
||||
|
||||
Reference in New Issue
Block a user