mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-10 23:46:59 +00:00
unbreak homepage
This commit is contained in:
+3
-3
@@ -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");
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user