chore(i18n): Improved grammar

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/51650/head
rakekniven 1 year ago committed by Andy Scherzinger
parent 28a2965a31
commit e7e107d63f
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
  1. 2
      apps/federatedfilesharing/src/components/AdminSettings.vue

@ -151,7 +151,7 @@ export default {
.setText(
t('federatedfilesharing', 'When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book.')
+ t('federatedfilesharing', 'This is used to retrieve the federated cloud ID to make federated sharing easier.')
+ t('federatedfilesharing', 'Moreover email addresses of users might be sent to that system in order to verify it.'),
+ t('federatedfilesharing', 'Moreover, email addresses of users might be sent to that system in order to verify them.'),
)
.addButton({
callback: () => this.setLookupServerEnabled(false),

Loading…
Cancel
Save