UX: rename Twitter login button to X (#32123)

Before:

<img width="234" alt="Screenshot 2025-04-02 at 1 15 25 PM"
src="https://github.com/user-attachments/assets/1f852543-38d7-45d3-96d3-df6a8a7e3623"
/>

After:

<img width="184" alt="Screenshot 2025-04-02 at 1 20 41 PM"
src="https://github.com/user-attachments/assets/6bf9428f-2152-45a1-8215-ae006ce4f356"
/>
This commit is contained in:
Meghna
2025-04-02 15:35:59 +05:30
committed by GitHub
parent c0cf898c10
commit 116a72504b
2 changed files with 5 additions and 5 deletions

View File

@ -2516,9 +2516,9 @@ en:
title: "Sign in with Google" title: "Sign in with Google"
sr_title: "Sign in with Google" sr_title: "Sign in with Google"
twitter: twitter:
name: "Twitter" name: "X"
title: "Sign in with Twitter" title: "Sign in with X"
sr_title: "Sign in with Twitter" sr_title: "Sign in with X"
instagram: instagram:
name: "Instagram" name: "Instagram"
title: "Log in with Instagram" title: "Log in with Instagram"
@ -7514,7 +7514,7 @@ en:
unmask: "unmask input" unmask: "unmask input"
not_found: "Settings could not be found" not_found: "Settings could not be found"
site_settings: site_settings:
title: "Site settings" title: "Site settings"
description: "Configure the settings for your Discourse site to customize its appearance, functionality, and user experience." description: "Configure the settings for your Discourse site to customize its appearance, functionality, and user experience."
discard: "Discard changes" discard: "Discard changes"
save: "Save all changes" save: "Save all changes"

View File

@ -489,7 +489,7 @@ module Discourse
frame_height: 500, frame_height: 500,
), # Custom icon implemented in client ), # Custom icon implemented in client
Auth::AuthProvider.new(authenticator: Auth::GithubAuthenticator.new, icon: "fab-github"), Auth::AuthProvider.new(authenticator: Auth::GithubAuthenticator.new, icon: "fab-github"),
Auth::AuthProvider.new(authenticator: Auth::TwitterAuthenticator.new, icon: "fab-twitter"), Auth::AuthProvider.new(authenticator: Auth::TwitterAuthenticator.new, icon: "fab-x-twitter"),
Auth::AuthProvider.new(authenticator: Auth::DiscordAuthenticator.new, icon: "fab-discord"), Auth::AuthProvider.new(authenticator: Auth::DiscordAuthenticator.new, icon: "fab-discord"),
Auth::AuthProvider.new( Auth::AuthProvider.new(
authenticator: Auth::LinkedInOidcAuthenticator.new, authenticator: Auth::LinkedInOidcAuthenticator.new,