diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2020-09-18 22:04:01 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-09-18 22:04:01 +0300 |
| commit | 3dbc1bedbf7ea7f168548d0766d095dba02a741a (patch) | |
| tree | b7dd60bda705acd87adbff194f0263e0f49973c2 /src/components/chat_panel/chat_panel.vue | |
| parent | 947d7cd6f285c7c683b92f79d9d2c08dd2131f5d (diff) | |
| parent | b725df6352c27421f0549b6e4c2ceeb0d240919f (diff) | |
Merge branch 'develop' into feature/import_export_mutes
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
| -rw-r--r-- | src/components/chat_panel/chat_panel.vue | 2 |
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> |
