diff options
Diffstat (limited to 'apps/sharebymail/src')
-rw-r--r-- | apps/sharebymail/src/components/AdminSettings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/src/components/AdminSettings.vue b/apps/sharebymail/src/components/AdminSettings.vue index d674d024b2c..a39ecfee99c 100644 --- a/apps/sharebymail/src/components/AdminSettings.vue +++ b/apps/sharebymail/src/components/AdminSettings.vue @@ -22,7 +22,7 @@ <template> <NcSettingsSection :name="t('sharebymail', 'Share by mail')" - :description="t('sharebymail', 'Allows users to share a personalized link to a file or folder by putting in an email address.')"> + :description="t('sharebymail', 'Allows people to share a personalized link to a file or folder by putting in an email address.')"> <NcCheckboxRadioSwitch type="switch" :checked.sync="sendPasswordMail" @update:checked="update('sendpasswordmail', sendPasswordMail)"> |