Skip to content

Commit

Permalink
Add hint for adding group
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Oct 30, 2014
1 parent a106bee commit 3d06f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/js/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ var UserList = {
GroupList.addGroup(escapeHTML(term));
return {
id: term,
displayname: term
displayname: term + ' (' + t('settings', 'add group') + ')'
};
}
});
Expand Down

0 comments on commit 3d06f92

Please sign in to comment.