From 0e4a4dcdd8ecb7f20698bdc9d783f822dd9c0668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 8 Apr 2025 08:36:43 +0400 Subject: [PATCH] typo --- js/mastodon-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mastodon-config.js b/js/mastodon-config.js index 09d0f8a..27cec0d 100644 --- a/js/mastodon-config.js +++ b/js/mastodon-config.js @@ -2,7 +2,7 @@ window.addEventListener("load", () => { const myTimeline = new MastodonTimeline.Init({ instanceUrl: 'https://mamot.fr', dateFormatLocale: 'fr-FR', - btnSeeMore: "Vori plus de post", + btnSeeMore: "Voir plus de post", btnReload: "Rafraichir", maxNbPostFetch: '10', maxNbPostShow: '10'