removing a double space in translated string
This commit is contained in:
parent
9276222a20
commit
32255e5f79
|
|
@ -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"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user