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 Nov 13, 2015
1 parent ac49499 commit 213684d
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 @@ -487,7 +487,7 @@ var UserList = {
GroupList.addGroup(escapeHTML(term));
return {
id: term,
displayname: term
displayname: term + ' (' + t('settings', 'add group') + ')'
};
}
});
Expand Down

0 comments on commit 213684d

Please sign in to comment.