mirror of
https://github.com/nextcloud/server.git
synced 2026-03-13 06:03:14 -04:00
chore(i18n): Improved grammar
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
28a2965a31
commit
e7e107d63f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue