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',