diff --git a/en.php b/en.php
index eb014ed820bf90ca89e3b2cfafe3879d3b4714eb..b379b0f14a6ba8d7f2fb7ff33cc5df740b96b2e1 100644
--- a/en.php
+++ b/en.php
@@ -2,6 +2,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']['passkey'] = 'Passkey';
 $LANG['auth']['passkeyPlural'] = 'Passkeys';
@@ -12,22 +13,24 @@ $LANG['auth']['password'] = 'Password';
 $LANG['auth']['confirmPassword'] = 'Confirm password';
 $LANG['auth']['newPassword'] = 'New password';
 $LANG['auth']['currentPassword'] = 'Current password';
+$LANG['generic']['avatarAltText'] = '{{display_name}}\'s avatar';
 $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']['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['dashboard']['applicationsAccessToAccount'] = "{{count}} applications have access to your {{byecorps_id}}";
 $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!';
 $LANG['generic']['error'] = 'An error occurred.';
-$LANG['idcard']['joined'] = 'Joined on {{date}}';
+$LANG['idcard']['joined'] = 'Since {{date}}';
 $LANG['error']['generic'] = 'No error message provided.';
 $LANG['error']['loggedIn'] = 'You\'re already logged in.';
 $LANG['error']['notLoggedIn'] = 'You\'re not logged in';