Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update advice for connecting a new wallet. #431

Merged
merged 1 commit into from
Jul 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion email/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (s *Sender) EmailChangeNotification(baseURL, currentEmail, newEmail, client
"for your voting service account at " + baseURL +
" from " + currentEmail + " to " + newEmail + "\r\n\n" +
"The request was made from IP address " + clientIP + "\r\n\n" +
"If you did not make this request, please contact the" +
"If you did not make this request, please contact the " +
"Voting service administrator immediately.\r\n"

return s.sendMail(currentEmail, "Voting service email change", body)
Expand Down
2 changes: 1 addition & 1 deletion views/address.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="modal-title" id="connectSubAddressTitle"><img src="assets/images/info
</div>

<div class="col-12 block__description--white">
<p>Your public key address has been accepted and registration is complete. Please, contact your VSP administrator or support staff if you need to re-register with a new address from a new wallet.</p>
<p>Your public key address has been accepted and registration is complete. If you need to re-register with a new address from a new wallet, please create a new VSP account.</p>
</div>
<div class="col-12 mb-5 block__key">
<h2>Public Key Address</h2>
Expand Down