From af5c55bc914bffbf1ffb526a46a57184e0598a51 Mon Sep 17 00:00:00 2001 From: WiseNoodle Date: Mon, 24 Jul 2023 13:19:38 -0400 Subject: [PATCH] fix spelling of word on status page --- app/frontend/templates/public/status.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/frontend/templates/public/status.html b/app/frontend/templates/public/status.html index a190745a..3a6de1e1 100644 --- a/app/frontend/templates/public/status.html +++ b/app/frontend/templates/public/status.html @@ -63,7 +63,7 @@ - Crafty can't get infos from this Server + Crafty can't get info from this Server @@ -156,7 +156,7 @@
- Crafty can't get infos from + Crafty can't get info from this Server
@@ -230,9 +230,9 @@ } else { server_players.innerHTML = ``; - server_motd.innerHTML = `Crafty can't get infos from this Server `; + server_motd.innerHTML = `Crafty can't get info from this Server `; server_version.innerHTML = ``; - m_server_motd.innerHTML = ` Crafty can't get infos from this Server `; + m_server_motd.innerHTML = ` Crafty can't get info from this Server `; } /* Update Online Status */ -- GitLab