mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
chore(i18n): Use plural
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
95af3305d8
commit
2ed16599e1
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ export default {
|
|||
|
||||
internalShareInputPlaceholder() {
|
||||
return this.config.showFederatedSharesAsInternal
|
||||
? t('files_sharing', 'Share with accounts, teams, federated cloud ID')
|
||||
? t('files_sharing', 'Share with accounts, teams, federated cloud IDs')
|
||||
: t('files_sharing', 'Share with accounts and teams')
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue