Merge pull request #51650 from nextcloud/rakekniven-patch-1

chore(i18n): Improved grammar
This commit is contained in:
Andy Scherzinger 2025-03-26 18:57:14 +01:00 committed by GitHub
commit 5ed48e90ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long