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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-05-18 11:21:31 +0300
committerGitHub <noreply@github.com>2022-05-18 11:21:31 +0300
commitc3a02bc17133edd832e4d1f215875cde7a12b7b4 (patch)
treefc157789aa3675f719d6e8f654c4cddadfee2d27
parent5682081cbb8d1c109987efefdda6d80865ec4c36 (diff)
parent817c94aff44d18a8f491b4da7ad31526f0636ed5 (diff)
Merge pull request #7389 from nextcloud/Valdnet-patch-1
l10n: Changing name of store
-rw-r--r--src/components/AdminSettings/MatterbridgeIntegration.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings/MatterbridgeIntegration.vue b/src/components/AdminSettings/MatterbridgeIntegration.vue
index 6ec6bf3a6..ea43c164c 100644
--- a/src/components/AdminSettings/MatterbridgeIntegration.vue
+++ b/src/components/AdminSettings/MatterbridgeIntegration.vue
@@ -101,7 +101,7 @@ export default {
})
},
description() {
- return t('spreed', 'You can install the Matterbridge to link Nextcloud Talk to some other services, visit their {linkstart1}GitHub page{linkend} for more details. Downloading and installing the app can take a while. In case it times out, please install it manually from the {linkstart2}App Store{linkend}.')
+ return t('spreed', 'You can install the Matterbridge to link Nextcloud Talk to some other services, visit their {linkstart1}GitHub page{linkend} for more details. Downloading and installing the app can take a while. In case it times out, please install it manually from the {linkstart2}Nextcloud App Store{linkend}.')
.replace('{linkstart1}', '<a target="_blank" rel="noreferrer nofollow" class="external" href="https://github.com/42wim/matterbridge/wiki">')
.replace('{linkstart2}', '<a target="_blank" rel="noreferrer nofollow" class="external" href="https://apps.nextcloud.com/apps/talk_matterbridge">')
.replace(/{linkend}/g, ' ↗</a>')