diff --git a/app/pods/components/full-screen-contest-view/template.hbs b/app/pods/components/full-screen-contest-view/template.hbs
index 05aee4a..9c3d09c 100644
--- a/app/pods/components/full-screen-contest-view/template.hbs
+++ b/app/pods/components/full-screen-contest-view/template.hbs
@@ -20,7 +20,7 @@
{{#if contest.disallowTabSwitch}}
- Tab Switching Prohibited You will get a penalty of {{contest.tabSwitchPenalty}} mins in case you switch tab after 3 faults.
+ Tab Switching Prohibited You will get a penalty of {{contest.tabSwitchPenalty}} mins in case you switch tab after {{contest.allowedTabSwitchesNumber}} faults.
{{/if}}
{{#if contest.disallowWindowResize}}
@@ -35,12 +35,12 @@
{{/if}}
{{#if contest.disallowNoFace}}
- Face Detection Enabled You will get a penalty of {{contest.noFacePenalty}} mins every 5 secs if your face is not visible in camera after 3 faults.
+ Face Detection Enabled You will get a penalty of {{contest.noFacePenalty}} mins every 5 secs if your face is not visible in camera after {{contest.allowedNoFacesNumber}} faults.
{{/if}}
{{#if contest.disallowMultipleFaces}}
- Multiple Face Detection Enabled You will get a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs if multiple faces are visible in camera after 3 faults.
+ Multiple Face Detection Enabled You will get a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs if multiple faces are visible in camera after {{contest.allowedMultipleFacesNumber}} faults.
{{/if}}