diff --git a/docs/running.md b/docs/running.md
index d1a41a1e81..269cf01654 100644
--- a/docs/running.md
+++ b/docs/running.md
@@ -17,7 +17,7 @@ These developer docker instances are quite different from [kanka.io](https://kan
* No security, no automatic backups.
* No support for premium campaigns and subscriber bonuses.
* No advanced caching, meaning that as the data grows, the app will become much slower.
-* No third-party setup like discord, google/meta/twitter logins, stripe, or analytics.
+* No third-party setup like discord, google/meta/x (formerly twitter) logins, stripe, or analytics.
* No emails and no campaign exports are generated.
* No access to the third party tools Kanka pays for like FontAwesome PRO, meaning some icons in the app won't work.
* And lastly, **limited support from the Kanka team to debug your local setup**.
diff --git a/lang/en/auth.php b/lang/en/auth.php
index 86837e909c..ecd59baecd 100644
--- a/lang/en/auth.php
+++ b/lang/en/auth.php
@@ -35,7 +35,7 @@
],
'login_with_facebook' => 'Login with Facebook',
'login_with_google' => 'Login with Google',
- 'login_with_twitter' => 'Login with Twitter',
+ 'login_with_x' => 'Login with X (formerly Twitter)',
'new_account' => 'Register a new account',
'or' => 'OR',
'password_forgotten' => 'Forgot your password?',
@@ -58,7 +58,7 @@
'log-in' => 'Log in',
'register_with_facebook' => 'Register with Facebook',
'register_with_google' => 'Register with Google',
- 'register_with_twitter' => 'Register with Twitter',
+ 'register_with_x' => 'Register with X (formerly Twitter)',
'submit' => 'Register',
'title' => 'Register',
'tos' => 'By registering an account, you agree to our :terms and :privacy.',
@@ -78,4 +78,5 @@
'title' => 'Two-Factor Authentication',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'x-twitter' => 'X formerly known as Twitter',
];
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index afb1ab1b76..8f6dedfe17 100644
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
@@ -87,9 +87,9 @@
@endif
@if(config('services.twitter.client_id'))
-
-
- Twitter
+
+
+ X
@endif
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php
index ffdded7c04..7382588a00 100644
--- a/resources/views/auth/register.blade.php
+++ b/resources/views/auth/register.blade.php
@@ -106,9 +106,9 @@
@endif
@if(config('services.twitter.client_id'))
-
-
- Twitter
+
+
+ X
@endif
diff --git a/resources/views/layouts/_socials.blade.php b/resources/views/layouts/_socials.blade.php
index 23d1da9a89..1dcb9e2b6d 100644
--- a/resources/views/layouts/_socials.blade.php
+++ b/resources/views/layouts/_socials.blade.php
@@ -29,7 +29,7 @@
-
+