diff --git a/TrueVote.Comms/Services/CommsHandler.cs b/TrueVote.Comms/Services/CommsHandler.cs index d4c3d48..129409d 100644 --- a/TrueVote.Comms/Services/CommsHandler.cs +++ b/TrueVote.Comms/Services/CommsHandler.cs @@ -32,7 +32,7 @@ public async Task SendVoterAccessCodeEmail(string email, string accessCode, stri throw new ArgumentException("Access code cannot be null or empty", nameof(accessCode)); } - await _emailService.SendEmailAsync(email, "Your TrueVote Alpha Access Code - Ready to Vote!", EmailTemplate.VoterAccessCode, + await _emailService.SendEmailAsync(email, "Your TrueVote Election Access Code - Ready to Vote!", EmailTemplate.VoterAccessCode, new Dictionary { { "EAC", accessCode }, { "ELECTIONID", electionId } }); await _apiClient.UpdateCommEventStatus(communicationEventId, "Completed", DateTime.UtcNow); diff --git a/TrueVote.Comms/email_templates/election_access_code.txt b/TrueVote.Comms/email_templates/election_access_code.txt index 2639e28..c473c02 100644 --- a/TrueVote.Comms/email_templates/election_access_code.txt +++ b/TrueVote.Comms/email_templates/election_access_code.txt @@ -3,7 +3,7 @@

-
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.
+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.

Your unique Election Access Code (EAC):

@@ -18,10 +18,10 @@
2. Fill out your ballot for the election
3. Tap / Click 'Submit Ballot'

-
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: https://truevote.medium.com/truevote-private-alpha-participate-in-the-2024-election-simulation-b3ebdb7cff27 +
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: https://truevote.medium.com/truevote-private-alpha-participate-in-the-2024-election-simulation-b3ebdb7cff27

We welcome your feedback! You can submit it directly through the app (Menu -> About -> Submit Feedback).
-
Thank you for being part of this important milestone.
+
Thank you for being part of the democratic process.

Best regards,

The TrueVote Election Admin Team

@@ -29,7 +29,7 @@
- NOTE: 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. + NOTE: 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.