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 | |
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')
-rw-r--r-- | apps/federation/templates/settings-admin.php | 3 | ||||
-rw-r--r-- | apps/sharebymail/templates/settings-admin.php | 3 | ||||
-rw-r--r-- | apps/systemtags/templates/admin.php | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index 572fefc08bb..f0c2db81961 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -7,7 +7,7 @@ script('federation', 'settings-admin'); style('federation', 'settings-admin') ?> <div id="ocFederationSettings" class="section"> - <h2><?php p($l->t('Trusted Servers')); ?></h2> + <h2><?php p($l->t('Trusted servers')); ?></h2> <p class="settings-hint"><?php p($l->t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?></p> <p> @@ -42,4 +42,3 @@ style('federation', 'settings-admin') </p> </div> - 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> - diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index 8cd6b282dfc..e964f610ca1 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -33,9 +33,9 @@ script('systemtags', 'admin'); <form id="systemtags" class="section" data-systemtag-id=""> <h2><?php p($l->t('Collaborative tags')); ?></h2> - <p class="settings-hint"><?php p($l->t('Make it possible to create and edit collaborative tags. This tags effect all users.')); ?></p> + <p class="settings-hint"><?php p($l->t('Create and edit collaborative tags. These tags affect all users.')); ?></p> - <input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag…')); ?>" style="width: 400px;" /> + <input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag …')); ?>" style="width: 400px;" /> <br><br> |