mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
Fix vue syntax error because i'm stupid
This commit is contained in:
parent
3b04e6e1ba
commit
183df2d5c7
1 changed files with 1 additions and 2 deletions
|
@ -17,14 +17,13 @@
|
||||||
<li v-if="pleromaChatMessages">
|
<li v-if="pleromaChatMessages">
|
||||||
{{ $t('features_panel.pleroma_chat_messages') }}
|
{{ $t('features_panel.pleroma_chat_messages') }}
|
||||||
</li>
|
</li>
|
||||||
</li>
|
|
||||||
<li v-if="customEmojiReactions">
|
<li v-if="customEmojiReactions">
|
||||||
{{ $t('features_panel.custom_emoji_reactions') }}
|
{{ $t('features_panel.custom_emoji_reactions') }}
|
||||||
</li>
|
</li>
|
||||||
<li v-if="gopher">
|
<li v-if="gopher">
|
||||||
{{ $t('features_panel.gopher') }}
|
{{ $t('features_panel.gopher') }}
|
||||||
</li>
|
</li>
|
||||||
<li v-if="translationEnabled">
|
<li v-if="translationEnabled">
|
||||||
{{ $t('features_panel.akkoma:machine_translation') }}
|
{{ $t('features_panel.akkoma:machine_translation') }}
|
||||||
</li>
|
</li>
|
||||||
<li v-if="quotePosting">
|
<li v-if="quotePosting">
|
||||||
|
|
Loading…
Reference in a new issue