Skip to content

Commit 7e8ec7c

Browse files
committed
fix: warning numbers of monitorer
1 parent 87e013e commit 7e8ec7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/pods/components/intermediate-contest-view/template.hbs

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{{#if (or contest.disallowTabSwitch contest.disallowWindowResize contest.disallowNoFace)}}
9292
<div class="border-card bg-gradient-pink border-none text-white p-4 mt-4">
9393
{{#if contest.disallowTabSwitch}}
94-
<i class="fas fa-info-circle font-sm"></i> Tab Switching is prohibited on this contest. You will face a penalty of {{contest.tabSwitchPentalty}} mins after 3 faults in case you :-
94+
<i class="fas fa-info-circle font-sm"></i> Tab Switching is prohibited on this contest. You will face a penalty of {{contest.tabSwitchPenalty}} mins after {{contest.allowedTabSwitchesNumber}} faults in case you :-
9595
<ul>
9696
<li>&#8226; Switch the current tab</li>
9797
<li>&#8226; Minimize the browser or switch to any other application</li>
@@ -112,13 +112,13 @@
112112
</ul>
113113
{{/if}}
114114
{{#if contest.disallowNoFace}}
115-
<i class="fas fa-info-circle font-sm"></i> Face detection is enabled on this contest. You will face a penalty of {{contest.noFacePenalty}} mins every 5 secs after 3 faults in case :-
115+
<i class="fas fa-info-circle font-sm"></i> Face detection is enabled on this contest. You will face a penalty of {{contest.noFacePenalty}} mins every 5 secs after {{contest.allowedNoFacesNumber}} faults in case :-
116116
<ul>
117117
<li>&#8226; Your face is not visible in camera.</li>
118118
</ul>
119119
{{/if}}
120120
{{#if contest.disallowMultipleFaces}}
121-
<i class="fas fa-info-circle font-sm"></i> Multiple face detection is enabled on this contest. You will face a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs after 3 faults in case :-
121+
<i class="fas fa-info-circle font-sm"></i> Multiple face detection is enabled on this contest. You will face a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs after {{contest.allowedMultipleFacesNumber}} faults in case :-
122122
<ul>
123123
<li>&#8226; More than 1 face is visible in camera.</li>
124124
</ul>

0 commit comments

Comments
 (0)