From 9ec146193bf9a03a7bb773efb071efa9e35a94a9 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 21 Nov 2017 14:10:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=B0=D0=BD=D0=B3=D0=BB=D0=B8=D0=B9=D1=81?= =?UTF-8?q?=D0=BA=D0=B8=D0=B5=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B8,=20?= =?UTF-8?q?=D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D1=81?= =?UTF-8?q?=20=D0=B4=D0=B2=D1=83=D1=85=D1=84=D0=B0=D0=BA=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9=20=D0=B0=D1=83=D1=82=D0=B5=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D1=84=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/profile/Profile.intl.json | 2 +- .../profile/multiFactorAuth/MfaEnable.js | 2 +- .../multiFactorAuth/MultiFactorAuth.intl.json | 24 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/profile/Profile.intl.json b/src/components/profile/Profile.intl.json index 9d26091..b3e8f5a 100644 --- a/src/components/profile/Profile.intl.json +++ b/src/components/profile/Profile.intl.json @@ -10,5 +10,5 @@ "enabled": "Enabled", "nickname": "Nickname", "password": "Password", - "twoFactorAuth": "Two factor auth" + "twoFactorAuth": "Two‑factor auth" } diff --git a/src/components/profile/multiFactorAuth/MfaEnable.js b/src/components/profile/multiFactorAuth/MfaEnable.js index 7319616..41cfa61 100644 --- a/src/components/profile/multiFactorAuth/MfaEnable.js +++ b/src/components/profile/multiFactorAuth/MfaEnable.js @@ -68,7 +68,7 @@ export default class MfaEnable extends Component this.nextStep() }, { - buttonLabel: messages.enableTwoFactorAuth, + buttonLabel: messages.enable, buttonAction: () => this.confirmationFormEl && this.confirmationFormEl.submit() } ]; diff --git a/src/components/profile/multiFactorAuth/MultiFactorAuth.intl.json b/src/components/profile/multiFactorAuth/MultiFactorAuth.intl.json index bcc206d..c18b998 100644 --- a/src/components/profile/multiFactorAuth/MultiFactorAuth.intl.json +++ b/src/components/profile/multiFactorAuth/MultiFactorAuth.intl.json @@ -1,25 +1,25 @@ { - "mfaTitle": "Two factor authentication", - "mfaDescription": "Two factor authentication is an extra layer of security for your account designed to ensure that you're the only person who can access your account, even when your password was compromised.", + "mfaTitle": "Two‑factor authentication", + "mfaDescription": "Two‑factor authentication is an extra layer of security designed to ensure you that you're the only person who can access your account, even if the password gets stolen.", - "mfaIntroduction": "First of all you need to install one of suggested apps on your phone. This app will generate auth codes for you. Please choose your OS to get corresponding installation links.", + "mfaIntroduction": "First of all, you need to install one of our suggested apps on your phone. This app will generate login codes for you. Please choose your OS to get corresponding installation links.", "installOnOfTheApps": "Install one of the following apps:", "findAlternativeApps": "Find alternative apps", - "theAppIsInstalled": "The app is installed", + "theAppIsInstalled": "App has been installed", "scanQrCode": "Open your favorite QR scanner app and scan the following QR code:", "or": "OR", - "enterKeyManually": "If you can't scan QR code, then enter the secret key manually:", - "whenKeyEntered": "Go to the next step, after you will see temporary code in your two-factor auth app.", + "enterKeyManually": "If you can't scan QR code, try entering your secret key manually:", + "whenKeyEntered": "If a temporary code appears in your two‑factor auth app, then you may proceed to the next step.", "ready": "Ready", "codePlaceholder": "Enter the code here", - "enterCodeFromApp": "In order to finish two-factor auth setup, please enter the code received in mobile app:", - "enableTwoFactorAuth": "Enable two-factor auth", + "enterCodeFromApp": "In order to finish two‑factor auth setup, please enter the code received in the mobile app:", + "enable": "Enable", "disable": "Disable", - "mfaEnabledForYourAcc": "The two-factor authentication is enabled for your account", - "mfaLoginFlowDesc": "In order to log in next time, you'll need to enter additional code. Please note, that Minecraft authorization won't work with two-factor auth enabled.", - "disableMfa": "Disable two-factor authentication", - "disableMfaInstruction": "In order to disable two-factor authentication, you need to provide a code from your mobile app and finally confirm your action with your current account password." + "mfaEnabledForYourAcc": "Two‑factor authentication for your account is active now", + "mfaLoginFlowDesc": "Additional code will be requested next time you log in. Please note, that Minecraft authorization won't work when two‑factor auth is enabled.", + "disableMfa": "Disable two‑factor authentication", + "disableMfaInstruction": "In order to disable two‑factor authentication, you need to provide a code from your mobile app and confirm your action with your current account password." }