Change email message 'Select[...]' to 'Click[...]'
This commit is contained in:
parent
5789dcc207
commit
8e18caf18c
|
@ -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>";
|
||||
|
||||
|
|
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue