diff --git a/site/config/config.php b/site/config/config.php
index fc20805..5dfc8b9 100644
--- a/site/config/config.php
+++ b/site/config/config.php
@@ -3,6 +3,7 @@
return [
// Kirby configuration settings
'home' => 'accueil',
+ 'error' => 'erreur',
'panel' => [
'language' => 'fr',
'css' => 'assets/css/panel.min.css'
@@ -10,7 +11,7 @@ return [
// Sitemapper plugin options
'kirbyzone.sitemapper' => [
'intro' => false,
- 'byLine' => 'Sitemap generated with Sitemapper by Kirbyzone.'
+ 'byLine' => 'Sitemap generated with Sitemapper by Kirbyzone.'
],
// Hooks
'hooks' => [