diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-12 15:53:50 +0100 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-12 15:53:50 +0100 |
commit | 4510013b0cf40fb936549d2daa68b4b67b099776 (patch) | |
tree | 5b9081e444b945fb305662fd2b19cd2f88f1f7f1 /apps | |
parent | 2077c74563607320e8cf3efecc6e9e4183dfa25e (diff) | |
download | nextcloud-server-4510013b0cf40fb936549d2daa68b4b67b099776.tar.gz nextcloud-server-4510013b0cf40fb936549d2daa68b4b67b099776.zip |
removed unclear wording "non-link shares"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
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 ' )); ?> |