Skip to content

Commit 8b6b560

Browse files
committed
Updated EAC verbiage from Alpha release
1 parent f0109a4 commit 8b6b560

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

TrueVote.Comms/Services/CommsHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public async Task SendVoterAccessCodeEmail(string email, string accessCode, stri
3232
throw new ArgumentException("Access code cannot be null or empty", nameof(accessCode));
3333
}
3434

35-
await _emailService.SendEmailAsync(email, "Your TrueVote Alpha Access Code - Ready to Vote!", EmailTemplate.VoterAccessCode,
35+
await _emailService.SendEmailAsync(email, "Your TrueVote Election Access Code - Ready to Vote!", EmailTemplate.VoterAccessCode,
3636
new Dictionary<string, string> { { "EAC", accessCode }, { "ELECTIONID", electionId } });
3737

3838
await _apiClient.UpdateCommEventStatus(communicationEventId, "Completed", DateTime.UtcNow);

TrueVote.Comms/email_templates/election_access_code.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</div>
44
<div>
55
<br />
6-
</div>Thank you for joining us in revolutionizing the future of voting. As one of our first TrueVote Alpha participants, you're helping shape the future of democratic participation.<br />
6+
</div>Thank you for joining us in revolutionizing the future of voting. As one of our first TrueVote Election participants, you're helping shape the future of democratic participation.<br />
77
<br />Your unique Election Access Code (EAC):<br />
88
<br />
99
<b>
@@ -18,18 +18,18 @@
1818
<div>2. Fill out your ballot for the election</div>
1919
<div>3. Tap / Click 'Submit Ballot'<br />
2020
<br />
21-
<div>Your ballot will be cryptographically secured and timestamped on the Bitcoin blockchain, just like all future TrueVote elections. We share details in our blog post:&nbsp;<a href="https://truevote.medium.com/truevote-private-alpha-participate-in-the-2024-election-simulation-b3ebdb7cff27" spellcheck="false">https://truevote.medium.com/truevote-private-alpha-participate-in-the-2024-election-simulation-b3ebdb7cff27</a>
21+
<div>Your ballot will be cryptographically secured and timestamped on the Bitcoin blockchain, just like all TrueVote elections. We shared details of how it works in our blog post announcing our Alpha release:&nbsp;<a href="https://truevote.medium.com/truevote-private-alpha-participate-in-the-2024-election-simulation-b3ebdb7cff27" spellcheck="false">https://truevote.medium.com/truevote-private-alpha-participate-in-the-2024-election-simulation-b3ebdb7cff27</a>
2222
<br />
2323
<br />We welcome your feedback! You can submit it directly through the app (Menu -&gt; About -&gt; Submit Feedback).<br />
24-
<br />Thank you for being part of this important milestone.<br />
24+
<br />Thank you for being part of the democratic process.<br />
2525
<br />Best regards,<br />
2626
<br />The TrueVote Election Admin Team<br />
2727
<br />
2828
</div>
2929
</div>
3030
<div>
3131
<font size="2">
32-
<b style="">NOTE</b>: Your EAC is your personal "ticket" to vote. Normally this would be issued by an election authority, and not in "clear text" email. This is for demonstration purposes of this Alpha.</font>
32+
<b style="">NOTE</b>: Your EAC is your personal "ticket" to vote. Normally this would be issued by an election authority, and not in "clear text" email. This is for demonstration purposes.</font>
3333
</div>
3434
<div>
3535
<font size="2">

0 commit comments

Comments
 (0)