Keep it all to two words
This commit is contained in:
@@ -356,7 +356,7 @@ app.filter('eventLogAction', function() {
|
||||
case ACTION_START: return 'Cloudron startup';
|
||||
case ACTION_UPDATE: return 'Platform update';
|
||||
case ACTION_USER_ADD: return 'User added';
|
||||
case ACTION_USER_LOGIN: return 'User logged in';
|
||||
case ACTION_USER_LOGIN: return 'User login';
|
||||
case ACTION_USER_REMOVE: return 'User removed';
|
||||
case ACTION_USER_UPDATE: return 'User updated';
|
||||
default: return eventLog.action;
|
||||
|
||||
Reference in New Issue
Block a user