From 4e554363395b4529b9bc34d3951d9badf18cb4f0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Dec 2018 22:10:54 +0900 Subject: [PATCH] [Client] Improve 2fa settings --- locales/ja-JP.yml | 1 + src/client/app/desktop/views/components/settings.2fa.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index bdce0ca00..52d5ff8f6 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -952,6 +952,7 @@ desktop/views/components/settings.2fa.vue: enter-password: "パスワードを入力してください" authenticator: "まず、Google Authenticatorをお使いのデバイスにインストールします:" howtoinstall: "インストール方法はこちら" + token: "トークン" scan: "次に、表示されているQRコードをスキャンします:" done: "お使いのデバイスに表示されているトークンを入力して完了します:" submit: "完了" diff --git a/src/client/app/desktop/views/components/settings.2fa.vue b/src/client/app/desktop/views/components/settings.2fa.vue index 9d32685be..636c3270e 100644 --- a/src/client/app/desktop/views/components/settings.2fa.vue +++ b/src/client/app/desktop/views/components/settings.2fa.vue @@ -7,16 +7,16 @@

{{ $t('already-registered') }}

{{ $t('unregister') }} -
+
  1. {{ $t('authenticator') }}{{ $t('howtoinstall') }}
  2. {{ $t('scan') }}
  3. {{ $t('done') }}
    - + {{ $t('token') }} {{ $t('submit') }}
-

{{ $t('info') }}

+ {{ $t('info') }}