summaryrefslogtreecommitdiffstats
path: root/src/components/ConversationSettings/DangerZone.vue
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-08-06 08:05:10 +0200
committerGitHub <noreply@github.com>2021-08-06 08:05:10 +0200
commitd8a34594f1430329d17e8b6d08989c9f08b07d36 (patch)
tree7181d083ed21bb2d9eded2f721b8791aae451c09 /src/components/ConversationSettings/DangerZone.vue
parentca5b065ae3f19c2ec633b0aa90a6b16e4261c9f5 (diff)
Fixed another occurence of "re-join"
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src/components/ConversationSettings/DangerZone.vue')
-rw-r--r--src/components/ConversationSettings/DangerZone.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConversationSettings/DangerZone.vue b/src/components/ConversationSettings/DangerZone.vue
index b69745b0a..d1fe78869 100644
--- a/src/components/ConversationSettings/DangerZone.vue
+++ b/src/components/ConversationSettings/DangerZone.vue
@@ -28,7 +28,7 @@
<template v-if="canLeaveConversation">
<h4>{{ t('spreed', 'Leave conversation') }}</h4>
<p class="danger-zone__hint">
- {{ t('spreed', 'Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be re-joined at any time.') }}
+ {{ t('spreed', 'Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time.') }}
</p>
<button
@click.prevent.exact="leaveConversation">