mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
@ -162,15 +162,14 @@ const LoginModal: React.FC = () => {
|
|||||||
{!FLAG_DISABLE_SIGNUPS && (
|
{!FLAG_DISABLE_SIGNUPS && (
|
||||||
<p className="text-xs">
|
<p className="text-xs">
|
||||||
<Trans t={t} i18nKey="modals.auth.login.register-text">
|
<Trans t={t} i18nKey="modals.auth.login.register-text">
|
||||||
If you don't have one, you can <a onClick={handleCreateAccount}>create an account</a> here.
|
If you don't have one, you can <a onClick={handleCreateAccount}>create an account here.</a>
|
||||||
</Trans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<p className="text-xs">
|
<p className="text-xs">
|
||||||
<Trans t={t} i18nKey="modals.auth.login.recover-text">
|
<Trans t={t} i18nKey="modals.auth.login.recover-text">
|
||||||
In case you have forgotten your password, you can <a onClick={handleRecoverAccount}>recover your account</a>
|
In case you have forgotten your password, you can <a onClick={handleRecoverAccount}>recover your account here.</a>
|
||||||
here.
|
|
||||||
</Trans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
</BaseModal>
|
</BaseModal>
|
||||||
|
|||||||
Reference in New Issue
Block a user