Change displayed text.

This commit is contained in:
marcins78
2013-05-23 14:39:35 +00:00
parent 4bd44ea8f1
commit 0ea2e2783d

View File

@@ -109,7 +109,7 @@
if (root.tagName == 'players') {
var playersDiv = $("#displayUsers");
playersDiv.html("");
playersDiv.append("Similar players:");
playersDiv.append("Similar accounts:");
var table = $("<table></table>");
table.append("<tr><th>Id</th><th>Name</th><th>Password (hash)</th><th>Create IP</th><th>Login IP</th><th>User status</th></tr>");