diff --git a/en.php b/en.php
index c04a0136a7601f389a60f527eed29d495723f4e7..2b3394b144faad8753ba6dfe1a15bea46b26473c 100644
--- a/en.php
+++ b/en.php
@@ -1,16 +1,28 @@
 <?php
 $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']['passkey'] = 'Passkey';
+$LANG['auth']['passkeyPlural'] = 'Passkeys';
 $LANG['auth']['signout'] = 'Sign out';
 $LANG['auth']['signedout'] = 'You were signed out.';
 $LANG['auth']['email'] = 'Email';
 $LANG['auth']['password'] = 'Password';
 $LANG['auth']['confirmPassword'] = 'Confirm password';
+$LANG['auth']['newPassword'] = 'New password';
+$LANG['auth']['currentPassword'] = 'Current password';
 $LANG['button']['submit'] = 'Submit';
+$LANG['button']['changePassword'] = 'Change password';
 $LANG['page']['credits'] = 'Credits';
 $LANG['page']['signup'] = 'Sign up for ByeCorps ID';
 $LANG['page']['login'] = 'Log in to ByeCorps ID';
 $LANG['page']['dashboard'] = 'Dashboard';
+$LANG['page']['profile'] = 'Profile';
+$LANG['page']['settings'] = 'Settings';
+$LANG['settings']['account'] = 'Account';
+$LANG['settings']['region'] = 'Region & language';
+$LANG['settings']['security'] = 'Security';
 $LANG['header']['hello'] = 'Hey hey {{display_name}}!';
 $LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms';
 $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
@@ -20,4 +32,5 @@ $LANG['error']['generic'] = 'No error message provided.';
 $LANG['error']['loggedIn'] = 'You\'re already logged in.';
 $LANG['error']['notLoggedIn'] = 'You\'re not logged in';
 $LANG['error']['incorrectAuth'] = 'Incorrect email or password.';
+$LANG['error']['invalidEmail'] = 'Invalid email address.';
 $LANG['name'] = 'English (Traditional)';