just call it re-configured
This commit is contained in:
@@ -256,7 +256,7 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
|
||||
return data.newApp.manifest.title + ' at ' + (data.newApp.fqdn || data.newApp.location) + ' was cloned from ' + (data.oldApp.fqdn || data.oldApp.location) + ' using backup ' + data.backupId + ' with v' + data.oldApp.manifest.version;
|
||||
|
||||
case ACTION_APP_REPAIR:
|
||||
return 'App ' + appName(data.app) + ' was repaired';
|
||||
return 'App ' + appName(data.app) + ' was re-configured'; // re-configure of email apps is more common?
|
||||
|
||||
case ACTION_APP_LOGIN: {
|
||||
app = Client.getCachedAppSync(data.appId);
|
||||
|
||||
Reference in New Issue
Block a user