We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2bdee commit 4d8daabCopy full SHA for 4d8daab
apps/settings/src/components/AdminSettingsSharingForm.vue
@@ -115,15 +115,15 @@
115
value="yes"
116
type="radio"
117
@update:modelValue="onUpdateExcludeGroups">
118
- {{ t('settings', 'Exclude some groups from sharing') }}
+ {{ t('settings', 'Exclude some groups') }}
119
</NcCheckboxRadioSwitch>
120
<NcCheckboxRadioSwitch
121
v-model="settings.excludeGroups"
122
name="excludeGroups"
123
value="allow"
124
125
126
- {{ t('settings', 'Limit sharing to some groups') }}
+ {{ t('settings', 'Allow some groups') }}
127
128
<div v-show="settings.excludeGroups !== 'no'" class="sharing__labeled-entry sharing__input">
129
<NcSettingsSelectGroup
0 commit comments