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

Issue #5624: Updated Welcome Message #4073

Merged
merged 7 commits into from Dec 2, 2022

Conversation

stpaultim
Copy link
Member

@backdrop-ci
Copy link
Collaborator

Related to: backdrop/backdrop-issues#4673

@stpaultim stpaultim changed the title Issue #4673: Updated Welcome Message Issue #5624: Updated Welcome Message May 13, 2022
core/includes/install.core.inc Outdated Show resolved Hide resolved
core/includes/install.core.inc Outdated Show resolved Hide resolved
@stpaultim
Copy link
Member Author

stpaultim commented May 14, 2022

$message .= st('<br>If you are new to Backdrop, then the <a href="@dashboard">Dashboard</a> may be a good place to start.', array('@dashboard' => url('admin/dashboard')));

@BWPanda would this be better?

$message .= st('<br>' . 'If you are new to Backdrop, then the <a href="@dashboard">Dashboard</a> may be a good place to start.', array('@dashboard' => url('admin/dashboard')));

@stpaultim
Copy link
Member Author

Actually, I tried this and like this best.

$message .= '<br>' . st('If you are new to Backdrop, then the <a href="@dashboard">Dashboard</a> may be a good place to start.', array('@dashboard' => url('admin/dashboard')));

@dragonbot
Copy link
Collaborator

Tugboat has finished building a preview for this pull request!

Website: https://pr4073-71lxbgaer9w1xzmzhsuz9q0y5qcecusn.tugboat.qa/
Username: admin
Password: 23d208bb4c80

This preview will automatically expire on the 14th of July, 2022.

core/includes/install.core.inc Outdated Show resolved Hide resolved
core/includes/install.core.inc Outdated Show resolved Hide resolved
Co-authored-by: Nate Lampton <nate@quicksketch.org>
@dragonbot
Copy link
Collaborator

Tugboat has finished building a preview for this pull request!

Website: https://pr4073-71lxbgaer9w1xzmzhsuz9q0y5qcecusn.tugboatqa.com/
Username: admin
Password: 47eb189246b8

This preview will automatically expire on the 29th of August, 2022.

Co-authored-by: Nate Lampton <nate@quicksketch.org>
@quicksketch quicksketch merged commit c0dda25 into backdrop:1.x Dec 2, 2022
@quicksketch
Copy link
Member

Merged into 1.x and 1.23.x. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants