Skip to content

Commit e83c890

Browse files
castillo92artonge
authored andcommitted
fix(settings): Improve sharing form labels
Signed-off-by: Castillo <[email protected]> Signed-off-by: Louis Chmn <[email protected]>
1 parent 0e99c60 commit e83c890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)