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 availability message #67785

Merged
merged 1 commit into from
Sep 16, 2022
Merged
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 client/lib/domains/registration/availability-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,9 @@ function getAvailabilityNotice( domain, error, errorData ) {
break;

case 'blocked':
const supportURL = 'https://wordpress.com/error-report/?url=495@' + ( site?.slug || '' );
const supportURL = 'https://wordpress.com/error-report/?url=496@' + ( site?.slug || '' );
message = translate(
"You're blocked from purchasing domains on WordPress.com. Please {{a}}contact our support{{/a}} to find out why.",
'Oops! Sorry an error has occurred. Please {{a}}click here{{/a}} to contact us so that we can fix it. Please remember that you have to provide the full, complete Blog URL, otherwise we can not fix it.',
{
components: {
a: <a rel="noopener noreferrer" href={ supportURL } />,
Expand Down