chore(i18n): Improved grammar

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2025-03-22 22:54:56 +01:00 committed by Andy Scherzinger
parent 28a2965a31
commit e7e107d63f
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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),