removing a double space in translated string

This commit is contained in:
Antoine M 2023-12-11 16:21:56 +01:00
parent 9276222a20
commit 32255e5f79

View File

@ -40,7 +40,7 @@ get_header();
<?php get_template_part('template-components/post-conseils/chapter-header', null, array( <?php get_template_part('template-components/post-conseils/chapter-header', null, array(
'postID' => get_the_ID(), 'postID' => get_the_ID(),
'subtitle' => $mainThematique->name, '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, 'hasInfoCapsule' => false,
'ctaUrl' => $relatedConseilsUrl, 'ctaUrl' => $relatedConseilsUrl,
'ctaTitle' => __("Parcourir nos conseils ", "homegrade-theme__texte-fonctionnel"), 'ctaTitle' => __("Parcourir nos conseils ", "homegrade-theme__texte-fonctionnel"),