From 9c5d7b2dd3050c0b336439de96cf2a90f7951576 Mon Sep 17 00:00:00 2001 From: Nicolas Doby Date: Tue, 18 Oct 2022 09:58:35 +0200 Subject: [PATCH] feat: change typo --- i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n.js b/i18n.js index f9644bd..a93aec0 100644 --- a/i18n.js +++ b/i18n.js @@ -5,7 +5,7 @@ module.exports = { next: "Suivant ", nav: { home: "Accueil", - archive: "Archive", + archive: "Archives", all: "Tous les articles" } }