diff options
author | Frank Karlitschek <frank@karlitschek.de> | 2017-04-24 13:09:30 -0400 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | 5e1ce69b0521e1cfc56a5b3212697f850e9cacdc (patch) | |
tree | 1fc02e35ebd9c2224c57b06ebf85d09421581b6d /apps/sharebymail | |
parent | 8ef25a7628d44465d4777686227407f9a2067700 (diff) | |
download | nextcloud-server-5e1ce69b0521e1cfc56a5b3212697f850e9cacdc.tar.gz nextcloud-server-5e1ce69b0521e1cfc56a5b3212697f850e9cacdc.zip |
adding some documentation hints and some smaller cleanup
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/templates/settings-admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/templates/settings-admin.php b/apps/sharebymail/templates/settings-admin.php index 3af98741e52..d3a9dbacaf3 100644 --- a/apps/sharebymail/templates/settings-admin.php +++ b/apps/sharebymail/templates/settings-admin.php @@ -8,7 +8,7 @@ style('sharebymail', 'settings-admin'); ?> <div id="ncShareByMailSettings" class="section"> <h2><?php p($l->t('Share by mail')); ?></h2> - <em><?php p($l->t('Send a personalized link to a file or folder by mail.')); ?></em> + <p class="settings-hint"><?php p($l->t('Send a personalized link to a file or folder by mail.')); ?></p> <p> <input id="sendPasswordMail" type="checkbox" class="checkbox" <?php if($_['sendPasswordMail']) p('checked'); ?> /> |