Spelling standardization

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/52690/head
Valdnet 2025-05-08 15:35:50 +07:00 committed by nextcloud-command
parent 04b1dfdf13
commit 95af3305d8
1 changed files with 2 additions and 2 deletions

@ -252,14 +252,14 @@ 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 ID')
: t('files_sharing', 'Share with accounts and teams')
},
externalShareInputPlaceholder() {
return this.config.showFederatedSharesAsInternal
? t('files_sharing', 'Email')
: t('files_sharing', 'Email, federated cloud id')
: t('files_sharing', 'Email, federated cloud ID')
},
},