aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_panel/chat_panel.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-07-23 15:49:03 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-07-23 15:49:03 +0000
commit9726edd8c0b331edddb2efb89b1135f385c8d224 (patch)
treefecc7cbc3ee66a5fbcd520dbec795fd1b2b92fcc /src/components/chat_panel/chat_panel.vue
parent0ea23a03ce9e9337d5db64250471c874eab58de9 (diff)
parent96929d9930e6960c2c13d2ce7e960bd1d900920e (diff)
Merge branch 'chat-to-shoutbox' into 'develop'
ChatPanel: Rename `chat` to `shoutbox`. See merge request pleroma/pleroma-fe!1203
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
-rw-r--r--src/components/chat_panel/chat_panel.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue
index 12968cfb..ca529b5a 100644
--- a/src/components/chat_panel/chat_panel.vue
+++ b/src/components/chat_panel/chat_panel.vue
@@ -10,7 +10,7 @@
@click.stop.prevent="togglePanel"
>
<div class="title">
- <span>{{ $t('chat.title') }}</span>
+ <span>{{ $t('shoutbox.title') }}</span>
<i
v-if="floating"
class="icon-cancel"
@@ -64,7 +64,7 @@
>
<div class="title">
<i class="icon-comment-empty" />
- {{ $t('chat.title') }}
+ {{ $t('shoutbox.title') }}
</div>
</div>
</div>