Skip to content

Commit

Permalink
Chat: different wording for suspect test eligible
Browse files Browse the repository at this point in the history
  • Loading branch information
monsanto committed Nov 12, 2024
1 parent 9a9728b commit 6e29f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/js/client-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@
for (var i = 0; i < data.length; i++) {
if ('suspect' in data[i]) suspect = true;
}
if (suspect) buffer += '<th>Suspect test eligible?</th>';
if (suspect) buffer += '<th>Suspect reqs possible?</th>';
buffer += '</tr>';
var hiddenFormats = [];
for (var i = 0; i < data.length; i++) {
Expand Down

0 comments on commit 6e29f5d

Please sign in to comment.