From 8a2efcfa3d1f75b0aeaf4fe3d0b9106a1610aab7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 21 May 2024 14:12:33 +0200 Subject: [PATCH] renaming the block plus loin to liens utiles --- includes/utilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/utilities.php b/includes/utilities.php index bc34f1f..8e5c6b2 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -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"), ]); } }