renaming the block plus loin to liens utiles

This commit is contained in:
Antoine M 2024-05-21 14:12:33 +02:00
parent 5cb75f4797
commit 8a2efcfa3d

View File

@ -211,7 +211,7 @@ function build_page_chapter_index($blocks)
array_push($chapterBlockIndex, [
'block-type' => $block['blockName'],
'anchor' => "#aller-plus-loin",
'title' => __("Pour aller plus loin", "homegrade-blocks__texte-fonctionnel"),
'title' => __("Publications et liens utiles", "homegrade-blocks__texte-fonctionnel"),
]);
}
}