diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | bbb58625fee3127208c968c0f81cd5f9f86d97eb (patch) | |
tree | a9db0b782fb97fd5bb25bc8cb91e1183766481fa /apps/sharebymail/templates | |
parent | 4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea (diff) | |
download | nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.tar.gz nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.zip |
Wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/sharebymail/templates')
-rw-r--r-- | apps/sharebymail/templates/settings-admin.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/sharebymail/templates/settings-admin.php b/apps/sharebymail/templates/settings-admin.php index d3a9dbacaf3..50fede86685 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> - <p class="settings-hint"><?php p($l->t('Send a personalized link to a file or folder by mail.')); ?></p> + <p class="settings-hint"><?php p($l->t('Allows users to share a personalized link to a file or folder by putting in an email address.')); ?></p> <p> <input id="sendPasswordMail" type="checkbox" class="checkbox" <?php if($_['sendPasswordMail']) p('checked'); ?> /> @@ -18,4 +18,3 @@ style('sharebymail', 'settings-admin'); </p> </div> - |