change "View" button to "Spectate"

This commit is contained in:
Andy Janata 2013-11-29 02:24:47 +00:00
parent 4c686010c2
commit 2a77c680fe
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ HttpSession hSession = request.getSession(true);
</div>
<div class="gamelist_lobby_right">
<input type="button" class="gamelist_lobby_join" value="Join" />
<input type="button" class="gamelist_lobby_spectate" value="View" />
<input type="button" class="gamelist_lobby_spectate" value="Spectate" />
</div>
</div>
</div>