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
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-08-26 15:23:17 +0300
committerGitHub <noreply@github.com>2020-08-26 15:23:17 +0300
commitc7ec7e51d4b1e43fccc63c38a5c44aa037c62afa (patch)
tree058d7e1f87f27edaa2046d3636f49fb028abe308 /src
parent937517ff44bf84dbd13e00ac9de056726aab1da6 (diff)
l10n: Add a period at the end of the sentence
Diffstat (limited to 'src')
-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 4bc8b4a48..bbf1ce34b 100644
--- a/src/components/AdminSettings/MatterbridgeIntegration.vue
+++ b/src/components/AdminSettings/MatterbridgeIntegration.vue
@@ -125,7 +125,7 @@ export default {
try {
await enableMatterbridgeApp()
} catch (e) {
- showError(t('spreed', 'An error occurred while installing the Talk Matterbridge. Please install it manually'), {
+ showError(t('spreed', 'An error occurred while installing the Talk Matterbridge. Please install it manually.'), {
onClick: () => {
window.open('https://apps.nextcloud.com/apps/talk_matterbridge', '_blank')
},