From 6fe73efbcfd592f8665260b47aa880dd3b1c200b Mon Sep 17 00:00:00 2001 From: isUnknown Date: Sat, 9 Mar 2024 15:12:09 +0100 Subject: [PATCH] spell --- site/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config/config.php b/site/config/config.php index f9b2d51..a5fcfd1 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -13,7 +13,7 @@ return [ ], 'texts' => [ 'icon' => 'pen', - 'label' => 'texts', + 'label' => 'Textes', 'link' => 'pages/texts', 'current' => function ($current) { $path = Kirby::instance()->request()->path()->toString();