Merge pull request #48561 from nextcloud/Jerome-Herbinet-internal-shares-parameter-better-distinction

This commit is contained in:
John Molakvoæ 2024-11-09 17:28:58 +01:00 committed by GitHub
commit ba81fbde89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@
<NcCheckboxRadioSwitch type="switch"
aria-controls="settings-sharing-api-expiration"
:checked.sync="settings.defaultInternalExpireDate">
{{ t('settings', 'Set default expiration date for shares') }}
{{ t('settings', 'Set default expiration date for internal shares') }}
</NcCheckboxRadioSwitch>
<fieldset v-show="settings.defaultInternalExpireDate" id="settings-sharing-api-expiration" class="sharing__sub-section">
<NcCheckboxRadioSwitch :checked.sync="settings.enforceInternalExpireDate">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long