summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates')
-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>