From 0c4f98e7fbbfac870183ca31c0a369a7bc5c046c Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Fri, 29 Aug 2025 06:44:10 +0000 Subject: [PATCH] fix(strings.en.env): Replace single quote env var with double quote Changed the env var to use double quotes around the value and single quotes in the HTML attributes to avoid issues caused by words containing apostrophes within the text. --- includes/strings.en.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/strings.en.env b/includes/strings.en.env index 5fc848289..cf415a7b3 100644 --- a/includes/strings.en.env +++ b/includes/strings.en.env @@ -1,5 +1,5 @@ ANALYTICS_FEEDBACK_NEGATIVE_NAME="This page could be improved" -ANALYTICS_FEEDBACK_NEGATIVE_NOTE='Thanks for your feedback! If you want to let us know more, please leave a post on our forum.' +ANALYTICS_FEEDBACK_NEGATIVE_NOTE="Thanks for your feedback! If you want to let us know more, please leave a post on our forum." ANALYTICS_FEEDBACK_POSITIVE_NAME="This page was helpful" ANALYTICS_FEEDBACK_POSITIVE_NOTE="Thanks for your feedback!" ANALYTICS_FEEDBACK_TITLE="Was this page helpful?"