From 8d6750d9c2816e33a0444cd978f94009d8b85d47 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 5 Jul 2019 10:17:44 +0300 Subject: eslint --fix --ext .js,.vue src --- src/components/features_panel/features_panel.vue | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 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 7a263e01..3e5939a6 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -3,17 +3,25 @@
- {{$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