From 32255e5f7976b0c33f34f630bb0ef561b1cdc4ef Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 11 Dec 2023 16:21:56 +0100 Subject: [PATCH] removing a double space in translated string --- single-questions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-questions.php b/single-questions.php index b9d7d02..f1ae0bc 100644 --- a/single-questions.php +++ b/single-questions.php @@ -40,7 +40,7 @@ get_header(); get_the_ID(), 'subtitle' => $mainThematique->name, - 'title' => __("Les conseillères et conseillers Homegrade vous guident", "homegrade-theme__texte-fonctionnel"), + 'title' => __("Les conseillères et conseillers Homegrade vous guident", "homegrade-theme__texte-fonctionnel"), 'hasInfoCapsule' => false, 'ctaUrl' => $relatedConseilsUrl, 'ctaTitle' => __("Parcourir nos conseils ", "homegrade-theme__texte-fonctionnel"),