aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.vue
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-04-02 10:07:36 -0400
committerdave <starpumadev@gmail.com>2019-04-02 10:07:36 -0400
commit8b3f037f877e1bd8a77f925e4d9d06b45addee8b (patch)
tree3cb4e2df8b21c8673971a2f69e4e6588305c2ae7 /src/components/features_panel/features_panel.vue
parent6482201dc9e54d458bec48794260ffa1749c512b (diff)
parentac28e8c2f981b6584f0103e10b0a5f5b025fcaae (diff)
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into issue-436-mastoapi-notifications
Diffstat (limited to 'src/components/features_panel/features_panel.vue')
-rw-r--r--src/components/features_panel/features_panel.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue
index 445143e9..7a263e01 100644
--- a/src/components/features_panel/features_panel.vue
+++ b/src/components/features_panel/features_panel.vue
@@ -12,7 +12,7 @@
<li v-if="gopher">{{$t('features_panel.gopher')}}</li>
<li v-if="whoToFollow">{{$t('features_panel.who_to_follow')}}</li>
<li v-if="mediaProxy">{{$t('features_panel.media_proxy')}}</li>
- <li v-if="scopeOptions">{{$t('features_panel.scope_options')}}</li>
+ <li>{{$t('features_panel.scope_options')}}</li>
<li>{{$t('features_panel.text_limit')}} = {{textlimit}}</li>
</ul>
</div>