diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-28 11:30:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-28 11:30:36 +0200 |
commit | d705b936a9867986f124a7bf6219f86268fd7942 (patch) | |
tree | b8da916d9207da8a0f0e2af74a0c77f4169ee759 /settings/templates/users/part.grouplist.php | |
parent | 73311091bf27fc3f0bbc16652c73d1cf7dfb7586 (diff) | |
download | nextcloud-server-d705b936a9867986f124a7bf6219f86268fd7942.tar.gz nextcloud-server-d705b936a9867986f124a7bf6219f86268fd7942.zip |
fix capitalization of text in users management
Diffstat (limited to 'settings/templates/users/part.grouplist.php')
-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 64c602c364c..22a3d6e78de 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -2,7 +2,7 @@ <!-- Add new group --> <li id="newgroup-init"> <a href="#"> - <span><?php p($l->t('Add Group'))?></span> + <span><?php p($l->t('Add group'))?></span> </a> </li> <li id="newgroup-form" style="display: none"> |