fixing text title

This commit is contained in:
Antoine M 2023-11-30 19:42:04 +01:00
parent f96868b75e
commit c16e4752f1

View File

@ -69,7 +69,7 @@ $relatedTaxQuestions = new WP_Query($query_args);
null,
array(
'ID' => get_queried_object_id(),
'title' => __("Les questions les plus fréquentes sur ", "homegrade-theme__texte-fonctionnel__faq-archive-questions") . get_queried_object()->name,
'title' => __("Les questions les plus fréquentes", "homegrade-theme__texte-fonctionnel__faq-archive-questions") . get_queried_object()->name,
'sub-title' => $currentThematique->name,
'thematique' => $currentThematique,
'thematique_generale' => $mainThematique,