Skip to content

Commit

Permalink
typo gPt -> gt
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed May 16, 2024
1 parent a379a12 commit c6b5450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pods/components/full-screen-contest-view/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
>
<div class="border-card br-20 p-2">
<div class="border-card bg-gradient-pink white br-20 p-4">
<h3>Faults</h3>
<h3>Faults {{monitorer.faultMessages.windowMove}}</h3>
<ul>
<li>
{{#if monitorer.faultMessages.tabSwitch}}
Expand Down Expand Up @@ -178,7 +178,7 @@
<li>
{{#if monitorer.faultMessages.windowMove}}
<span><i class="fas fa-info-circle font-sm"></i> You moved browser window {{attempt.windowMoveCount}} {{if (eq attempt.windowMoveCount 1) 'time' 'times'}}.</span>
{{#if (gPt attempt.windowMoveCount contest.allowedWindowMovesNumber)}}
{{#if (gt attempt.windowMoveCount contest.allowedWindowMovesNumber)}}
<span>{{contest.windowMovePenalty}} minutes deducted.</span>
{{/if }}
{{/if}}
Expand Down

0 comments on commit c6b5450

Please sign in to comment.