diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-12 20:23:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 20:23:16 +0100 |
commit | 815241fa09615efbd1fa2b66d5a9bfb7c4e76298 (patch) | |
tree | 808e43b20d52d8760366efc78a61deba5ecbdda5 /apps | |
parent | d85e86f899db335a76dfa752a8bf301644b32249 (diff) | |
parent | 4510013b0cf40fb936549d2daa68b4b67b099776 (diff) | |
download | nextcloud-server-815241fa09615efbd1fa2b66d5a9bfb7c4e76298.tar.gz nextcloud-server-815241fa09615efbd1fa2b66d5a9bfb7c4e76298.zip |
Merge pull request #18378 from nextcloud/wiswedel/stringPolishing/shareSettings
removed unclear wording "non-link shares"
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/templates/settings/admin/sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php index 3ed9871add4..2bca48ce4a9 100644 --- a/apps/settings/templates/settings/admin/sharing.php +++ b/apps/settings/templates/settings/admin/sharing.php @@ -41,7 +41,7 @@ <p id="internalShareSettings" class="indent <?php if ($_['shareAPIEnabled'] === 'no') p('hidden'); ?>"> <input type="checkbox" name="shareapi_default_internal_expire_date" id="shareapiDefaultInternalExpireDate" class="checkbox" value="1" <?php if ($_['shareDefaultInternalExpireDateSet'] === 'yes') print_unescaped('checked="checked"'); ?> /> - <label for="shareapiDefaultInternalExpireDate"><?php p($l->t('Set default expiration date for non-link shares'));?></label><br/> + <label for="shareapiDefaultInternalExpireDate"><?php p($l->t('Set default expiration date for shares'));?></label><br/> </p> <p id="setDefaultInternalExpireDate" class="double-indent <?php if ($_['shareDefaultInternalExpireDateSet'] === 'no' || $_['shareAPIEnabled'] === 'no') p('hidden');?>"> <?php p($l->t( 'Expire after ' )); ?> |