summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-06-03 11:29:51 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-03 11:29:51 +0200
commit5097bcc16d3dea2c4aa66699bbbb00b1734a2967 (patch)
tree04dc8befa28443b8e23dd5e077bfce47ddcf4289 /settings/templates
parent8e583f55dc683e9e936a7c6b94614410145dca8c (diff)
downloadnextcloud-server-5097bcc16d3dea2c4aa66699bbbb00b1734a2967.tar.gz
nextcloud-server-5097bcc16d3dea2c4aa66699bbbb00b1734a2967.zip
improve settings name
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index cb57bc0ce72..d44b68239d3 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -277,8 +277,7 @@ if (!$_['internetconnectionworking']) {
<td <?php if ($_['shareAPIEnabled'] === 'no') print_unescaped('class="hidden"');?>>
<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 users to send mail notification for shared files')); ?></em>
+ <label for="allowMailNotification"><?php p($l->t('Allow users to send mail notification for shared files'));?></label><br/>
</td>
</tr>
<tr>