Commit f4dc80c16e6 for woocommerce
commit f4dc80c16e6fd69071e5347de1c64b1323547ebf
Author: Ahmed <ahmed.el.azzabi@automattic.com>
Date: Thu Mar 26 11:10:14 2026 +0100
Add punctuation to the visibility settings notice (#63866)
* Add punctuation to the visibility settings
* Add changelog
* Update plugins/woocommerce/changelog/fix-punctuation
Co-authored-by: Oleksandr Aratovskyi <79862886+oaratovskyi@users.noreply.github.com>
---------
Co-authored-by: Oleksandr Aratovskyi <79862886+oaratovskyi@users.noreply.github.com>
diff --git a/plugins/woocommerce/changelog/fix-punctuation b/plugins/woocommerce/changelog/fix-punctuation
new file mode 100644
index 00000000000..f5454811954
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-punctuation
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix a small punctuation issue at the LYS page.
diff --git a/plugins/woocommerce/src/Admin/Features/LaunchYourStore.php b/plugins/woocommerce/src/Admin/Features/LaunchYourStore.php
index 3d06781a8eb..962150f869a 100644
--- a/plugins/woocommerce/src/Admin/Features/LaunchYourStore.php
+++ b/plugins/woocommerce/src/Admin/Features/LaunchYourStore.php
@@ -197,7 +197,7 @@ class LaunchYourStore {
// translators: no need to translate it. It's a link.
__(
"
- This page is in \"Coming soon\" mode and is only visible to you and those who have permission. To make it public to everyone, <a href='%s'>change visibility settings</a>
+ This page is in \"Coming soon\" mode and is only visible to you and those who have permission. To make it public to everyone, <a href='%s'>change visibility settings</a>.
",
'woocommerce'
),