From 262760d2586cac48da27cf7eb5389116d4023dfe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 10 Apr 2019 21:48:42 +0300 Subject: revert unnecessary changes --- src/components/features_panel/features_panel.vue | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'src/components/features_panel/features_panel.vue') diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue index 3e5939a6..7a263e01 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -3,25 +3,17 @@
- {{ $t('features_panel.title') }} + {{$t('features_panel.title')}}
    -
  • - {{ $t('features_panel.chat') }} -
  • -
  • - {{ $t('features_panel.gopher') }} -
  • -
  • - {{ $t('features_panel.who_to_follow') }} -
  • -
  • - {{ $t('features_panel.media_proxy') }} -
  • -
  • {{ $t('features_panel.scope_options') }}
  • -
  • {{ $t('features_panel.text_limit') }} = {{ textlimit }}
  • +
  • {{$t('features_panel.chat')}}
  • +
  • {{$t('features_panel.gopher')}}
  • +
  • {{$t('features_panel.who_to_follow')}}
  • +
  • {{$t('features_panel.media_proxy')}}
  • +
  • {{$t('features_panel.scope_options')}}
  • +
  • {{$t('features_panel.text_limit')}} = {{textlimit}}
-- cgit v1.2.3-70-g09d2