Change email message 'Select[...]' to 'Click[...]'

This commit is contained in:
Sofia Baltzi 2018-04-12 13:45:48 +00:00
parent 5789dcc207
commit 8e18caf18c
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ public class ForgotPasswordServlet extends HttpServlet {
"password, you will need to submit this verification code in order to verify that the " +
"request was legitimate.</p>" +
"<p> The verification code is " + verificationCode.toString() + "</p>" +
"Select the URL below and proceed with verification." +
"Click the URL below and proceed with verification." +
"<p><a href=" + resultPath + ">" + resultPath + "</a></p>" +
"<p>Thank you</p>";

View File

@ -111,7 +111,7 @@ public class RegisterServlet extends HttpServlet {
"<p>" +
"The activation code is " + verificationCode.toString() +
"</p>" +
"Select the URL below and proceed with activating your password." +
"Click the URL below and proceed with activating your password." +
"<p><a href=" + resultPath + ">" + resultPath + "</a></p>" +
"<p>Thank you</p>";