summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-08 13:06:42 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-08 13:06:42 +0900
commite812d054bc5c4a019c06fb45f0b784c5a57ceda0 (patch)
tree855109fddf26fc8f6790d11563789d87090ebef8
parent翻訳の抜けを修正 (#5875) (diff)
downloadmisskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.tar.gz
misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.tar.bz2
misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.zip
Clean up
-rw-r--r--locales/ja-JP.yml1
-rw-r--r--src/client/pages/settings/2fa.vue1
2 files changed, 0 insertions, 2 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 9171e6203b..1ac8d6f49b 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -364,7 +364,6 @@ inputMessageHere: "ここにメッセージを入力"
close: "閉じる"
_2fa:
- totpHeader: "認証アプリ"
alreadyRegistered: "既に設定は完了しています。"
registerDevice: "デバイスを登録"
registerKey: "キーを登録"
diff --git a/src/client/pages/settings/2fa.vue b/src/client/pages/settings/2fa.vue
index 8ec96cf356..0affab27f3 100644
--- a/src/client/pages/settings/2fa.vue
+++ b/src/client/pages/settings/2fa.vue
@@ -4,7 +4,6 @@
<div class="_content">
<p v-if="!data && !$store.state.i.twoFactorEnabled"><mk-button @click="register">{{ $t('_2fa.registerDevice') }}</mk-button></p>
<template v-if="$store.state.i.twoFactorEnabled">
- <h2 class="heading">{{ $t('_2fa.totpHeader') }}</h2>
<p>{{ $t('_2fa.alreadyRegistered') }}</p>
<mk-button @click="unregister">{{ $t('unregister') }}</mk-button>