Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-06-28 09:59:10 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-01 15:19:35 +0300
commit76fedc7e9577348ee35c2dc031b28d933717c590 (patch)
tree6d7447a185441969265ebf449b8b189fc7371930 /apps
parent2956da417841cb045796b5e0ff9ab50d1db4ca94 (diff)
l10n: Separate words
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/federatedfilesharing/src/components/PersonalSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/src/components/PersonalSettings.vue b/apps/federatedfilesharing/src/components/PersonalSettings.vue
index ffa2136a365..896860cf3e9 100644
--- a/apps/federatedfilesharing/src/components/PersonalSettings.vue
+++ b/apps/federatedfilesharing/src/components/PersonalSettings.vue
@@ -153,7 +153,7 @@ export default {
</a>`
},
copyLinkTooltip() {
- return this.isCopied ? t('federatedfilesharing', 'CloudId copied to the clipboard') : t('federatedfilesharing', 'Copy to clipboard')
+ return this.isCopied ? t('federatedfilesharing', 'Cloud ID copied to the clipboard') : t('federatedfilesharing', 'Copy to clipboard')
},
},
methods: {