Skip to content

Commit

Permalink
Hotkeys typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorConzales authored and ThorConzales committed Sep 8, 2017
1 parent 2e5cfc3 commit 464ebd4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
</md-table>
<div *ngIf="!lobbyStarted" style="text-align: center; font-size: 18px; margin-top: 20px;"><span class="clickable" (click)="stopSession()">Stop the session</span> when you are no longer going to play. <span class="clickable" (click)="startLobby()">Start the lobby manually</span> when the game has started.</div>
<div *ngIf="!lobbyStarted" style="text-align: center; font-size: 13px; margin-top: 5px;">
<span class="clickable" (click)="copyPlayerStats()">Copy player stats </span><span style="font-size: 12px;">(SHIFT + ALT + 1)</span>
<span class="clickable" (click)="copyPlayerStats()">Copy player stats </span><span style="font-size: 12px;">(CTRL + ALT + 1)</span>
<span> - Calculate balanced teams based on player:</span>
<span class="clickable" (click)="calculateBalancedTeamsBasedOnRank()">Rank </span><span style="font-size: 12px;">(SHIFT + ALT + 2), </span>
<span class="clickable" (click)="calculateBalancedTeamsBasedOnTotalGames()">Total Games </span><span style="font-size: 12px;">(SHIFT + ATL + 3), </span>
<span class="clickable" (click)="calculateBalancedTeamsBasedOnWinRatio()">Win Ratio </span><span style="font-size: 12px;">(SHIFT + ALT + 4)</span>
<span class="clickable" (click)="calculateBalancedTeamsBasedOnRank()">Rank </span><span style="font-size: 12px;">(CTRL + ALT + 2), </span>
<span class="clickable" (click)="calculateBalancedTeamsBasedOnTotalGames()">Total Games </span><span style="font-size: 12px;">(CTRL + ATL + 3), </span>
<span class="clickable" (click)="calculateBalancedTeamsBasedOnWinRatio()">Win Ratio </span><span style="font-size: 12px;">(CTRL + ALT + 4)</span>
</div>
<div *ngIf="lobbyStarted" style="font-size: 18px; margin-top: 17px;">
<table style="margin-left: auto; margin-right: auto;">
Expand Down

0 comments on commit 464ebd4

Please sign in to comment.