Skip to content
Snippets Groups Projects
Commit 9726edd8 authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'chat-to-shoutbox' into 'develop'

ChatPanel: Rename `chat` to `shoutbox`.

See merge request !1203
parents 0ea23a03 96929d99
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1203ChatPanel: Rename `chat` to `shoutbox`.
Pipeline #28997 passed
......@@ -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>
......
......@@ -29,8 +29,8 @@
},
"staff": "Staff"
},
"chat": {
"title": "Chat"
"shoutbox": {
"title": "Shoutbox"
},
"domain_mute_card": {
"mute": "Mute",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment