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:
authorCarl Schwan <carl@carlschwan.eu>2022-07-01 16:07:18 +0300
committerGitHub <noreply@github.com>2022-07-01 16:07:18 +0300
commit84fec2f9fea09d347c445c191a3db9226769b9e3 (patch)
tree939f22ca422d18eb33be76e2d0499efc310e883d /apps
parentb0ee927ac1c5c7f921758b51c0c0fc2c0d70653a (diff)
parent76fedc7e9577348ee35c2dc031b28d933717c590 (diff)
Merge pull request #33043 from nextcloud/Valdnet-patch-2
l10n: Separate words
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: {