mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
fix(settings): Improve sharing form labels
Signed-off-by: Castillo <37965565+castillo92@users.noreply.github.com> Signed-off-by: Louis Chmn <louis@chmn.me>
This commit is contained in:
parent
9663465765
commit
263a96faec
1 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@
|
|||
value="yes"
|
||||
type="radio"
|
||||
@update:modelValue="onUpdateExcludeGroups">
|
||||
{{ t('settings', 'Exclude some groups from sharing') }}
|
||||
{{ t('settings', 'Exclude some groups') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<NcCheckboxRadioSwitch
|
||||
v-model="settings.excludeGroups"
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
value="allow"
|
||||
type="radio"
|
||||
@update:modelValue="onUpdateExcludeGroups">
|
||||
{{ t('settings', 'Limit sharing to some groups') }}
|
||||
{{ t('settings', 'Allow some groups') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<div v-show="settings.excludeGroups !== 'no'" class="sharing__labeled-entry sharing__input">
|
||||
<NcSettingsSelectGroup
|
||||
|
|
|
|||
Loading…
Reference in a new issue