aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-06-03 20:16:48 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-06-03 20:16:48 +0000
commit2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (patch)
tree48ee536d6f931f1cd8b76e4ede75639b39c28501 /src/components/features_panel/features_panel.vue
parent7bd18cda64e0a4ca7a61ff2cf69714f23281e9d9 (diff)
parentbd98ecb3f0e3d37d7286221a6508a059394b94f2 (diff)
Merge branch 'chore/rename-chat' into 'develop'
Rename legacy PleromaFE Chat functionality to "Shout" See merge request pleroma/pleroma-fe!1207
Diffstat (limited to 'src/components/features_panel/features_panel.vue')
-rw-r--r--src/components/features_panel/features_panel.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue
index 9605d09d..a58a99af 100644
--- a/src/components/features_panel/features_panel.vue
+++ b/src/components/features_panel/features_panel.vue
@@ -8,8 +8,8 @@
</div>
<div class="panel-body features-panel">
<ul>
- <li v-if="chat">
- {{ $t('features_panel.chat') }}
+ <li v-if="shout">
+ {{ $t('features_panel.shout') }}
</li>
<li v-if="pleromaChatMessages">
{{ $t('features_panel.pleroma_chat_messages') }}