aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_panel/chat_panel.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-09-17 17:26:22 +0000
committerShpuld Shpludson <shp@cock.li>2020-09-17 17:26:22 +0000
commitb225c3578f3c89af5ed3a0be3f8f3a6bbcedcc7d (patch)
treebdc628fbb9706b1257bd5623284246238878bd8b /src/components/chat_panel/chat_panel.vue
parent938887ef91a12dcaaaaa0884af4e76abd1c6c679 (diff)
parent30efbaab34b25834531c0f978cb4494eefeebfa1 (diff)
Merge branch 'rc/2.1.2' into 'master'
Merge 2.1.2 to MASTER See merge request pleroma/pleroma-fe!1236
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
-rw-r--r--src/components/chat_panel/chat_panel.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue
index ca529b5a..570435e7 100644
--- a/src/components/chat_panel/chat_panel.vue
+++ b/src/components/chat_panel/chat_panel.vue
@@ -63,7 +63,7 @@
@click.stop.prevent="togglePanel"
>
<div class="title">
- <i class="icon-comment-empty" />
+ <i class="icon-megaphone" />
{{ $t('shoutbox.title') }}
</div>
</div>