Skip to content

Commit

Permalink
Merge pull request #48561 from nextcloud/Jerome-Herbinet-internal-sha…
Browse files Browse the repository at this point in the history
…res-parameter-better-distinction
  • Loading branch information
skjnldsv authored Nov 9, 2024
2 parents 7b4a932 + 2164737 commit ba81fbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/settings/src/components/AdminSettingsSharingForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-admin-sharing.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-admin-sharing.js.map

Large diffs are not rendered by default.

0 comments on commit ba81fbd

Please sign in to comment.