Skip to content

Commit

Permalink
Update advice for connecting a new wallet. (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock authored and dajohi committed Jul 1, 2019
1 parent ea4d6b3 commit 0858de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 0858de7

Please sign in to comment.