diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-18 12:14:38 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-18 12:22:16 +0200 |
commit | 19456713fafeac4e68054a5ccbae326766970f3c (patch) | |
tree | 71edfa9dc409c5062a93e9dadc3cc333f084d5b0 /settings/templates | |
parent | 86fd9ca9e0238fc1f91cc01625d1c76618cd1c30 (diff) | |
download | nextcloud-server-19456713fafeac4e68054a5ccbae326766970f3c.tar.gz nextcloud-server-19456713fafeac4e68054a5ccbae326766970f3c.zip |
improve look of Add group flow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 22a3d6e78de..980cdab86c5 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -7,7 +7,7 @@ </li> <li id="newgroup-form" style="display: none"> <form> - <input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." /> + <input type="text" id="newgroupname" placeholder="<?php p($l->t('Group name')); ?> …" /> <input type="submit" class="button icon-add" value="" /> </form> </li> |