diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-04-22 14:37:40 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-04-22 14:37:40 +0200 |
commit | a4ab29da6e48387d82581064b6ab1695465b9da7 (patch) | |
tree | 4187819fba14b92f14e156ea5dbab0285e63d950 | |
parent | 0330481c5e690237f6b93cfe618ca059d75cde5f (diff) | |
parent | 54476c468cea278f85a26c8fbbb12052fbcf3fe0 (diff) | |
download | nextcloud-server-a4ab29da6e48387d82581064b6ab1695465b9da7.tar.gz nextcloud-server-a4ab29da6e48387d82581064b6ab1695465b9da7.zip |
Merge pull request #8297 from owncloud/fix-text-master
fix spelling 'Allow user ...' -> 'Allow users ...'
-rw-r--r-- | settings/templates/admin.php | 2 |
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> |