aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-04-01 19:32:37 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-04-01 19:32:37 +0000
commit3c2931529ef14c3796e9afb21180392a0a7d9725 (patch)
tree6a5e6158539ce420e473fc7e26932e0d5b9108b9 /src/components/features_panel/features_panel.vue
parentc17de4b638f6a2a575e5b44bccca9c39fe4db30e (diff)
parent07927328226f7643d6df1762031f3147d121798e (diff)
Merge branch 'minimal-scopes-mode' into 'develop'
Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode See merge request pleroma/pleroma-fe!633
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>