diff --git a/en.php b/en.php index 01d958e422d83313f736ab0775478675ad3f246e..d9c9625e1149d68e9e6e7d2d48924ba53cba2cbb 100644 --- a/en.php +++ b/en.php @@ -3,7 +3,7 @@ $LANG['auth']['signup'] = 'Sign up'; $LANG['auth']['login'] = 'Log in'; $LANG['auth']['logInWithPasskey'] = 'Log in with passkey'; $LAND['auth']['logInToContinue'] = 'Please log in to continue.'; -$LANG['auth']['logInWithPasskeyExplainer'] = 'If you have a passkey or security key you can use that to log in to your account.'; +$LANG['auth']['logInWithPasskeyExplainer'] = 'You can sign into your account with a passkey or security key if you have one.'; $LANG['auth']['passkey'] = 'Passkey'; $LANG['auth']['passkeyPlural'] = 'Passkeys'; $LANG['auth']['signout'] = 'Sign out';