This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit dcf4fc03e6d7eb10d628ce4070c5e31d3c6170a3 Author: Greg Stein <[email protected]> AuthorDate: Sun Mar 1 02:37:48 2026 -0600 use correct grammar. Fixes #90 --- v3/server/templates/vote-on.ezt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v3/server/templates/vote-on.ezt b/v3/server/templates/vote-on.ezt index a8a1324..bca8093 100644 --- a/v3/server/templates/vote-on.ezt +++ b/v3/server/templates/vote-on.ezt @@ -149,7 +149,9 @@ <p class="text-muted"> You have <strong>[issue_count]</strong> issue[if-any are_yna_plural]s[end] to vote upon in this election. - [if-any has_stv_issues]STV election issue[if-any are_stv_plural]s[end] appear at the top.[end] + [if-any has_stv_issues]The STV election issue[if-any are_stv_plural]s[end] + appear[if-any are_stv_plural][else]s[end] + at the top.[end] </p> <form id="voteForm" method="POST" action="/do-vote/[eid]">
