From da0f0f62679ab3e55a9a44819335da747d3b248a Mon Sep 17 00:00:00 2001
From: David Mertz <mertz@kdm.training>
Date: Sun, 7 Jun 2020 17:01:08 -0400
Subject: [PATCH] Approval voting improved message

---
 heliosbooth/templates/seal.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heliosbooth/templates/seal.html b/heliosbooth/templates/seal.html
index a17de4b..763d35f 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 under-voted: you may select up to {$T.question.max}]
+[you selected {$T.choices[$T.question$index].length} candidates; you may select from zero 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}
-- 
GitLab