From ab25d9e896a1a058e24a92617fbf76a0ad8d9865 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Fri, 23 May 2025 19:10:51 +0000 Subject: [PATCH] Change 404 message --- i18n/en.yaml | 2 +- i18n/fr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 0af22f3..f4ff587 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -40,7 +40,7 @@ article: notFound: title: - other: Not Found + other: Oops! subtitle: other: This page does not exist diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 0642214..5954717 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -40,7 +40,7 @@ article: notFound: title: - other: Page non trouvée + other: Oups ! subtitle: other: Cette page n'existe pas.