summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-05-18 09:19:00 +0200
committerGitHub <noreply@github.com>2022-05-18 09:19:00 +0200
commit2595653259c57b4f3cb00c4b053ab0f40f1c1405 (patch)
treec93ba25da7172b3d7fe4b5082883dcbfeb99096f
parent5fa7f9269c56c7920f31a7696d06601b8fec5224 (diff)
l10n: Correct spelling of name "App Store"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-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 379c519f0..5060c4ad5 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}appstore{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}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>')