Skip to content

Commit

Permalink
Adding a space between translated strings (#56839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd authored Dec 6, 2023
1 parent e41e973 commit 86cf00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/welcome-guide/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function WelcomeGuideStyles() {
<p className="edit-site-welcome-guide__text">
{ __(
'New to block themes and styling your site?'
) }
) }{ ' ' }
<ExternalLink
href={ __(
'https://wordpress.org/documentation/article/styles-overview/'
Expand Down

1 comment on commit 86cf00a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 86cf00a.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7121582750
📝 Reported issues:

Please sign in to comment.