diff --git a/html/analyze.html b/html/analyze.html
index e9575c9..4b843d8 100644
--- a/html/analyze.html
+++ b/html/analyze.html
@@ -161,7 +161,7 @@ appendPortals()
${c.channel > 0 ? "Col " + c.channel : c.channel}
`)
})
- if (colorList.length == 0) $('#colorDiv').append('Level is too old to get color info!
')
+ if (colorList.length == 0) $('#colorDiv').append('Could not get color info!
')
$(".portalToggle").click(function() {
if ($(this).prop('checked')) disabledPortals = disabledPortals.filter(x => x != $(this).attr('portal'))
diff --git a/misc/credits.json b/misc/credits.json
index 419acdf..d2a49c4 100644
--- a/misc/credits.json
+++ b/misc/credits.json
@@ -72,6 +72,7 @@
["AlFas", "AlFas"],
["ViPriN", "ViPriN"],
["NeKitDS", "NeKitDS"],
- ["cos8o", "cos8o"]
+ ["cos8o", "cos8o"],
+ ["zmxmx", "zmxmx"]
]
}
\ No newline at end of file