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:
Castillo 2026-01-03 20:34:32 +01:00 committed by Louis Chmn
parent 9663465765
commit 263a96faec

View file

@ -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