logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 9726edd8c0b331edddb2efb89b1135f385c8d224
parent 0ea23a03ce9e9337d5db64250471c874eab58de9
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 23 Jul 2020 15:49:03 +0000

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

ChatPanel: Rename `chat` to `shoutbox`.

See merge request pleroma/pleroma-fe!1203

Diffstat:

Msrc/components/chat_panel/chat_panel.vue4++--
Msrc/i18n/en.json4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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> diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -29,8 +29,8 @@ }, "staff": "Staff" }, - "chat": { - "title": "Chat" + "shoutbox": { + "title": "Shoutbox" }, "domain_mute_card": { "mute": "Mute",