From 33b409f27ade216bb94c93fc383cf5ac063d34d3 Mon Sep 17 00:00:00 2001
From: Bye <bye@byecorps.com>
Date: Sun, 19 Jan 2025 16:05:12 +0000
Subject: [PATCH] Styling reset

---
 en.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en.php b/en.php
index 2b3394b..eb014ed 100644
--- a/en.php
+++ b/en.php
@@ -2,7 +2,7 @@
 $LANG['auth']['signup'] = 'Sign up';
 $LANG['auth']['login'] = 'Log in';
 $LANG['auth']['logInWithPasskey'] = 'Log in with passkey';
-$LANG['auth']['logInWithPasskeyExplainer'] = 'If you have a passkey or use another Webauthn compatible device you can use that to log in to your account.';
+$LANG['auth']['logInWithPasskeyExplainer'] = 'If you have a passkey or security key you can use that to log in to your account.';
 $LANG['auth']['passkey'] = 'Passkey';
 $LANG['auth']['passkeyPlural'] = 'Passkeys';
 $LANG['auth']['signout'] = 'Sign out';
-- 
GitLab