Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit ba81fbd

Browse files
authored
Merge pull request nextcloud#48561 from nextcloud/Jerome-Herbinet-internal-shares-parameter-better-distinction
2 parents 7b4a932 + 2164737 commit ba81fbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/settings/src/components/AdminSettingsSharingForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<NcCheckboxRadioSwitch type="switch"
9797
aria-controls="settings-sharing-api-expiration"
9898
:checked.sync="settings.defaultInternalExpireDate">
99-
{{ t('settings', 'Set default expiration date for shares') }}
99+
{{ t('settings', 'Set default expiration date for internal shares') }}
100100
</NcCheckboxRadioSwitch>
101101
<fieldset v-show="settings.defaultInternalExpireDate" id="settings-sharing-api-expiration" class="sharing__sub-section">
102102
<NcCheckboxRadioSwitch :checked.sync="settings.enforceInternalExpireDate">

dist/settings-vue-settings-admin-sharing.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-admin-sharing.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)