Browse Source

Fix translation related to "mute" (#1926)

closed-social-glitch-2
mshrtkch 7 years ago
committed by Eugen
parent
commit
2c329f2b69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/javascripts/components/locales/ja.jsx

+ 1
- 1
app/assets/javascripts/components/locales/ja.jsx View File

@ -20,7 +20,7 @@ const ja = {
"column.favourites": "お気に入り",
"column.follow_requests": "フォローリクエスト",
"column.home": "ホーム",
"column.mutes": "ミュート済みユーザー",
"column.mutes": "ミュートしたユーザー",
"column.notifications": "通知",
"column.public": "連合タイムライン",
"column_back_button.label": "戻る",

Loading…
Cancel
Save