Skip to content

Commit 4d8daab

Browse files
authored
Update AdminSettingsSharingForm.vue
Consistency Signed-off-by: Castillo <[email protected]>
1 parent bc2bdee commit 4d8daab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/settings/src/components/AdminSettingsSharingForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@
115115
value="yes"
116116
type="radio"
117117
@update:modelValue="onUpdateExcludeGroups">
118-
{{ t('settings', 'Exclude some groups from sharing') }}
118+
{{ t('settings', 'Exclude some groups') }}
119119
</NcCheckboxRadioSwitch>
120120
<NcCheckboxRadioSwitch
121121
v-model="settings.excludeGroups"
122122
name="excludeGroups"
123123
value="allow"
124124
type="radio"
125125
@update:modelValue="onUpdateExcludeGroups">
126-
{{ t('settings', 'Limit sharing to some groups') }}
126+
{{ t('settings', 'Allow some groups') }}
127127
</NcCheckboxRadioSwitch>
128128
<div v-show="settings.excludeGroups !== 'no'" class="sharing__labeled-entry sharing__input">
129129
<NcSettingsSelectGroup

0 commit comments

Comments
 (0)