Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references from Twitter to X in overview section. #2423

Open
wants to merge 1 commit into
base: 6.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/src/main/cfml/context/admin/overview.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -828,10 +828,10 @@ Error Output --->
<div class="comment">#stText.Overview.blogDesc#</div>
</td>
</tr>
<!--- Twitter --->
<!--- X (formerly Twitter) --->
<tr>
<td>
<a href="https://twitter.com/##!/lucee_server" target="_blank">#stText.Overview.twitter#</a>
<a href="https://x.com/##!/lucee_server" target="_blank">#stText.Overview.twitter#</a>
<div class="comment">#stText.Overview.twitterDesc#</div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions test/components/Administrator/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,8 @@ If the timezone of your Lucee instance and your database is different, this can
<data key="overview.licencedevelopmore">more</data>
<data key="overview.licencedevelop">Develop</data>
<data key="overview.server_name">Host Name</data>
<data key="overview.twitter">Twitter</data>
<data key="overview.twitterDesc">Follow us on Twitter.</data>
<data key="overview.twitter">X (formerly Twitter)</data>
<data key="overview.twitterDesc">Follow us on X (formerly Twitter).</data>
<data key="overview.blog">Blog</data>
<data key="overview.blogDesc"> The latest news from Lucee is always posted on our blog.</data>
<data key="overview.mailinglist">Mailing list</data>
Expand Down