summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-22 09:34:08 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-22 09:34:08 +0200
commit54476c468cea278f85a26c8fbbb12052fbcf3fe0 (patch)
tree91d6b70e1805fb6b77d4f0fa45a4c99396f50b89 /settings
parenta9b4fba5281065a1a85f6af7a573f3d11d348bb6 (diff)
downloadnextcloud-server-54476c468cea278f85a26c8fbbb12052fbcf3fe0.tar.gz
nextcloud-server-54476c468cea278f85a26c8fbbb12052fbcf3fe0.zip
fix spelling 'Allow user ...' -> 'Allow users ...'
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 10f19b8891e..07b5ee7860e 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -251,7 +251,7 @@ if (!$_['internetconnectionworking']) {
<input type="checkbox" name="shareapi_allow_mail_notification" id="allowMailNotification"
value="1" <?php if ($_['allowMailNotification'] === 'yes') print_unescaped('checked="checked"'); ?> />
<label for="allowMailNotification"><?php p($l->t('Allow mail notification'));?></label><br/>
- <em><?php p($l->t('Allow user to send mail notification for shared files')); ?></em>
+ <em><?php p($l->t('Allow users to send mail notification for shared files')); ?></em>
</td>
</tr>
</table>