Skip to content
Snippets Groups Projects
Commit 96929d99 authored by lain's avatar lain
Browse files

ChatPanel: Rename `chat` to `shoutbox`.

To remove confusion with the new ChatMessages.
parent 0ea23a03
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1203ChatPanel: Rename `chat` to `shoutbox`.
Pipeline #28996 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