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'