diff --git a/heliosbooth/templates/seal.html b/heliosbooth/templates/seal.html
index 763d35f17352b6119151092f310228746d4820a9..d16ac3b8bb4a058199a6c7c3ef8ea174d2e71c0e 100644
--- a/heliosbooth/templates/seal.html
+++ b/heliosbooth/templates/seal.html
@@ -29,7 +29,7 @@ You will then be guided to re-encrypt your choices for final casting.
 <div style="margin-left: 15px;">&#x2713; {$T.choice}</div>
 {#/for}
 {#if $T.choices[$T.question$index].length < $T.question.max}
-[you selected {$T.choices[$T.question$index].length} candidates; you may select from zero to {$T.question.max}]
+[you selected {$T.choices[$T.question$index].length} candidates; you may select from {$T.question.min} to {$T.question.max}]
 {#/if}
 [<a onclick="BOOTH.show_question({$T.question$index}); return false;" href="#">edit responses</a>]
 {#if !$T.question$last}<br><br>{#/if}