web/satellite: Fix typo in 2FA popup (#4221)

This commit is contained in:
nerdatwork 2021-10-18 18:46:55 +05:30 committed by GitHub
parent 016ac75052
commit 8a0a233537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.