From c7cc3dcdfd2c0962a39e7186852a17dbd09b6a5b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 May 2019 20:36:33 +0900 Subject: ユーザーグループ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve #3218 --- src/client/app/mobile/views/components/ui.nav.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/mobile/views/components') diff --git a/src/client/app/mobile/views/components/ui.nav.vue b/src/client/app/mobile/views/components/ui.nav.vue index da9bb518ef..29c744d898 100644 --- a/src/client/app/mobile/views/components/ui.nav.vue +++ b/src/client/app/mobile/views/components/ui.nav.vue @@ -19,7 +19,7 @@
  • {{ $t('timeline') }}
  • {{ $t('notifications') }}

  • {{ $t('@.messaging') }}
  • -
  • {{ $t('follow-requests') }}
  • +
  • {{ $t('follow-requests') }}
  • {{ $t('@.featured-notes') }}
  • {{ $t('@.explore') }}
  • {{ $t('game') }}
  • -- cgit v1.2.3-freya