aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/views/SharingTab.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/views/SharingTab.vue')
-rw-r--r--apps/files_sharing/src/views/SharingTab.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue
index 1b5275bcf7e..e50c3292055 100644
--- a/apps/files_sharing/src/views/SharingTab.vue
+++ b/apps/files_sharing/src/views/SharingTab.vue
@@ -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 IDs')
: 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')
},
},