diff --git a/ReallifeGamemode.Client/assets/html/onlinelist/index.html b/ReallifeGamemode.Client/assets/html/onlinelist/index.html
index 84fe2a70..ed0290f9 100644
--- a/ReallifeGamemode.Client/assets/html/onlinelist/index.html
+++ b/ReallifeGamemode.Client/assets/html/onlinelist/index.html
@@ -29,20 +29,20 @@
- - LSPD: 0
- - FIB: 0
- - LSED: 0
+ - LSPD: 0
+ - FIB: 0
+ - LSED: 0
- - GSF: 0
- - FYB: 0
- - LSV: 0
+ - GSF: 0
+ - FYB: 0
+ - LSV: 0
- - WZN: 0
- - Zivilisten: 0
+ - WZN: 0
+ - Zivilisten: 0
diff --git a/ReallifeGamemode.Client/assets/js/onlinelist/script.js b/ReallifeGamemode.Client/assets/js/onlinelist/script.js
index c9b9e2b9..e6a5154c 100644
--- a/ReallifeGamemode.Client/assets/js/onlinelist/script.js
+++ b/ReallifeGamemode.Client/assets/js/onlinelist/script.js
@@ -21,7 +21,7 @@ function getFactionNameByFactionId(factionId) {
case 5: return "Vagos";
case 7: return "Grove Street";
case 8: return "Ballas";
- case 9: return "Weazle News";
+ case 9: return "Weazel News";
default: return "Zivilisten";
}
}