From 3af50d151660c0b66d3349a6398004132204df14 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 19 Mar 2022 21:19:41 +0100 Subject: [PATCH] Auth QR Code: Better text formatting --- src/components/auth/AuthQrCode.tsx | 2 +- src/util/fallbackLangPack.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/auth/AuthQrCode.tsx b/src/components/auth/AuthQrCode.tsx index f09eaccec..109e8cd4d 100644 --- a/src/components/auth/AuthQrCode.tsx +++ b/src/components/auth/AuthQrCode.tsx @@ -92,7 +92,7 @@ const AuthCode: FC = ({

{lang('Login.QR.Title')}

  1. {lang('Login.QR.Help1')}
  2. -
  3. {renderText(lang('Login.QR.Help2'), ['simple_markdown'])}
  4. +
  5. {renderText(lang('Login.QR2.Help2'), ['simple_markdown'])}
  6. {lang('Login.QR.Help3')}
{isAuthReady && ( diff --git a/src/util/fallbackLangPack.ts b/src/util/fallbackLangPack.ts index 41f13403d..f3a04004d 100644 --- a/src/util/fallbackLangPack.ts +++ b/src/util/fallbackLangPack.ts @@ -1773,6 +1773,10 @@ export default { key: 'Login.QR.Help2', value: 'Go to **Settings** > **Devices** > **Link Desktop Device**', }, + 'Login.QR2.Help2': { + key: 'Login.QR.Help2', + value: 'Go to **Settings** → **Devices** → **Link Desktop Device**', + }, 'Login.QR.Help3': { key: 'Login.QR.Help3', value: 'Point your phone at this screen to confirm login',