From 5097bcc16d3dea2c4aa66699bbbb00b1734a2967 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle <schiessle@owncloud.com> Date: Tue, 3 Jun 2014 11:29:51 +0200 Subject: [PATCH] improve settings name --- settings/templates/admin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index cb57bc0ce7..d44b68239d 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> -- GitLab