]> source.dussan.org Git - nextcloud-server.git/commitdiff
improve settings name
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 3 Jun 2014 09:29:51 +0000 (11:29 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Tue, 3 Jun 2014 09:29:51 +0000 (11:29 +0200)
settings/templates/admin.php

index cb57bc0ce7252f8fb128b5a4e15d07eb015f9c9f..d44b68239d36331c39b3d43d36a0084b4840c299 100644 (file)
@@ -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>