web/satellite: Fix typo in 2FA popup (#4221)
This commit is contained in:
parent
016ac75052
commit
8a0a233537
@ -6,7 +6,7 @@
|
||||
<div class="disable-mfa__container">
|
||||
<h1 class="disable-mfa__container__title">Two-Factor Authentication</h1>
|
||||
<p class="disable-mfa__container__subtitle">
|
||||
Scan this QR code in your favorite TOTP app to get get started.
|
||||
Scan this QR code in your favorite TOTP app to get started.
|
||||
</p>
|
||||
<div class="disable-mfa__container__confirm">
|
||||
<h2 class="disable-mfa__container__confirm__title">Confirm Authentication Code</h2>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="enable-mfa__container">
|
||||
<h1 class="enable-mfa__container__title">Two-Factor Authentication</h1>
|
||||
<p v-if="isScan" class="enable-mfa__container__subtitle">
|
||||
Scan this QR code in your favorite TOTP app to get get started.
|
||||
Scan this QR code in your favorite TOTP app to get started.
|
||||
</p>
|
||||
<p v-if="isEnable" class="enable-mfa__container__subtitle max-width">
|
||||
Enter the authentication code generated in your TOTP app to confirm your account is connected.
|
||||
|
Loading…
Reference in New Issue
Block a user