Elaborate what kind of backup

This commit is contained in:
Girish Ramakrishnan
2019-09-27 09:29:07 -07:00
parent 077a717525
commit 2d8dc36f28

View File

@@ -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: