Skip to content

Commit c6b5450

Browse files
committed
typo gPt -> gt
1 parent a379a12 commit c6b5450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pods/components/full-screen-contest-view/template.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
>
144144
<div class="border-card br-20 p-2">
145145
<div class="border-card bg-gradient-pink white br-20 p-4">
146-
<h3>Faults</h3>
146+
<h3>Faults {{monitorer.faultMessages.windowMove}}</h3>
147147
<ul>
148148
<li>
149149
{{#if monitorer.faultMessages.tabSwitch}}
@@ -178,7 +178,7 @@
178178
<li>
179179
{{#if monitorer.faultMessages.windowMove}}
180180
<span><i class="fas fa-info-circle font-sm"></i> You moved browser window {{attempt.windowMoveCount}} {{if (eq attempt.windowMoveCount 1) 'time' 'times'}}.</span>
181-
{{#if (gPt attempt.windowMoveCount contest.allowedWindowMovesNumber)}}
181+
{{#if (gt attempt.windowMoveCount contest.allowedWindowMovesNumber)}}
182182
<span>{{contest.windowMovePenalty}} minutes deducted.</span>
183183
{{/if }}
184184
{{/if}}

0 commit comments

Comments
 (0)