Keep it all to two words

This commit is contained in:
Girish Ramakrishnan
2018-03-02 09:12:53 -08:00
parent e5b78337ac
commit 256a7e322b

View File

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