From cb1938b97c3c14bbefcd2ee878fe7d15ef3a832c Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 12 Oct 2025 21:21:18 -0500 Subject: [PATCH] unbreak homepage --- src/webpage/home.ts | 6 +++--- translations/en.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webpage/home.ts b/src/webpage/home.ts index ac5f72c..ad38d58 100644 --- a/src/webpage/home.ts +++ b/src/webpage/home.ts @@ -36,9 +36,9 @@ const serverbox = document.getElementById("instancebox") as HTMLDivElement; box5description && blog ) { - blog.textContent = I18n.blog.blog(); - box5title.textContent = I18n.blog.fermi(); - box5description.textContent = I18n.blog.desc(); + blog.textContent = I18n.blogpage.blog(); + box5title.textContent = I18n.blogpage.fermi(); + box5description.textContent = I18n.blogpage.desc(); openClient.textContent = I18n.getTranslation("htmlPages.openClient"); welcomeJank.textContent = I18n.getTranslation("htmlPages.welcomeJank"); diff --git a/translations/en.json b/translations/en.json index 41243fc..9c6e174 100644 --- a/translations/en.json +++ b/translations/en.json @@ -31,7 +31,7 @@ "composer": "Composer: $1", "length": "Length: $1 minutes and $2 seconds" }, - "blog": { + "blogpage": { "blog": "Blog", "fermi": "Fermi Blog", "desc": "Read or subscribe to the blog for updates on Fermi!"