Grammatical fix on SetupTwoFactorModal (#3549)
This commit is contained in:
parent
ddf43bb4c5
commit
5d41ac09fd
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ const SetupTwoFactorModal = () => {
|
||||||
<>
|
<>
|
||||||
<h2 css={tw`text-2xl mb-4`}>Two-factor authentication enabled</h2>
|
<h2 css={tw`text-2xl mb-4`}>Two-factor authentication enabled</h2>
|
||||||
<p css={tw`text-neutral-300`}>
|
<p css={tw`text-neutral-300`}>
|
||||||
Two-factor authentication has been enabled on your account. Should you loose access to
|
Two-factor authentication has been enabled on your account. Should you lose access to
|
||||||
this device you'll need to use one of the codes displayed below in order to access your
|
your authenticator device, you'll need to use one of the codes displayed below in order to access your
|
||||||
account.
|
account.
|
||||||
</p>
|
</p>
|
||||||
<p css={tw`text-neutral-300 mt-4`}>
|
<p css={tw`text-neutral-300 mt-4`}>
|
||||||
|
|
Loading…
Reference in a new issue