From a01f4dcf4e77ade802aedc3318f9bf9d21e0c580 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Sat, 2 May 2026 17:09:10 +0000 Subject: [PATCH] fix: typo --- 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 bc65185..9ad7efe 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -80,4 +80,4 @@ footer: pagination: jumpToPage: "Jump to page" jump: "Go" - pressEnter: Press Enter to jump" \ No newline at end of file + pressEnter: "Press Enter to jump" \ No newline at end of file diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 5761c77..a1d6bec 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -79,4 +79,4 @@ footer: pagination: jumpToPage: "Aller à la page" jump: "Aller" - pressEnter: Presser Entrée pour aller" \ No newline at end of file + pressEnter: "Presser Entrée pour aller" \ No newline at end of file