chore(i18n): Use plural

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/52690/head
rakekniven 2025-05-09 07:44:43 +07:00 committed by nextcloud-command
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')
},