eventlog: mail list removal typo
This commit is contained in:
@@ -297,7 +297,7 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
|
||||
return 'Mail list with name ' + data.name + ' was added in domain ' + data.domain;
|
||||
|
||||
case ACTION_MAIL_LIST_REMOVE:
|
||||
return 'Mail list with name ' + data.name + ' was added in domain ' + data.domain;
|
||||
return 'Mail list with name ' + data.name + ' was removed in domain ' + data.domain;
|
||||
|
||||
case ACTION_START:
|
||||
return 'Cloudron started with version ' + data.version;
|
||||
|
||||
Reference in New Issue
Block a user