Updating WC table verbiage

This commit is contained in:
Christian 'ketura' McCarty
2024-10-19 07:09:53 -05:00
parent 9e6ebda4ed
commit f35970339b

View File

@@ -734,7 +734,7 @@ var GempLotrHallUI = Class.extend({
//TODO: Replace this with an actual fix on the server side
if(name.includes("Casual - WC")) {
name = "<td><b>2024 Last-chance Walk-on Qualifiers" + userDesc + "</b></td>"
name = "<td><b>2024 World Championship - Group Stage" + userDesc + "</b></td>"
}
row.append(name);
row.append("<td>" + statusDescription + "</td>");