forked from AkkomaGang/akkoma-fe
ChatPanel: Rename chat
to shoutbox
.
To remove confusion with the new ChatMessages.
This commit is contained in:
parent
0ea23a03ce
commit
96929d9930
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
@click.stop.prevent="togglePanel"
|
@click.stop.prevent="togglePanel"
|
||||||
>
|
>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<span>{{ $t('chat.title') }}</span>
|
<span>{{ $t('shoutbox.title') }}</span>
|
||||||
<i
|
<i
|
||||||
v-if="floating"
|
v-if="floating"
|
||||||
class="icon-cancel"
|
class="icon-cancel"
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
>
|
>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<i class="icon-comment-empty" />
|
<i class="icon-comment-empty" />
|
||||||
{{ $t('chat.title') }}
|
{{ $t('shoutbox.title') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
},
|
},
|
||||||
"staff": "Staff"
|
"staff": "Staff"
|
||||||
},
|
},
|
||||||
"chat": {
|
"shoutbox": {
|
||||||
"title": "Chat"
|
"title": "Shoutbox"
|
||||||
},
|
},
|
||||||
"domain_mute_card": {
|
"domain_mute_card": {
|
||||||
"mute": "Mute",
|
"mute": "Mute",
|
||||||
|
|
Loading…
Reference in a new issue