fix: html hacking to get a clickable link
This commit is contained in:
parent
1f4fec6aa3
commit
fccad406d3
@ -8,7 +8,7 @@
|
|||||||
<p class="instruction">
|
<p class="instruction">
|
||||||
${msg("emailVerifyInstruction2")}
|
${msg("emailVerifyInstruction2")}
|
||||||
<br/>
|
<br/>
|
||||||
<a href="${url.loginAction}">${msg("doClickHere")}</a> ${msg("emailVerifyInstruction3")}
|
<a href="${url.loginAction}">${msg("doClickHere")}</a> ${msg("emailVerifyInstruction3") <a href="mailto:contact@lumbung.space">contact@lumbung.space</a> ${msg("emailVerifyInstruction4")}}
|
||||||
</p>
|
</p>
|
||||||
</#if>
|
</#if>
|
||||||
</@layout.registrationLayout>
|
</@layout.registrationLayout>
|
@ -136,7 +136,8 @@ oauth2DeviceAuthorizationGrantDisabledMessage=Client is not allowed to initiate
|
|||||||
|
|
||||||
emailVerifyInstruction1=An email with instructions to verify your email address has been sent to you.
|
emailVerifyInstruction1=An email with instructions to verify your email address has been sent to you.
|
||||||
emailVerifyInstruction2=Haven''t received a verification code in your email?
|
emailVerifyInstruction2=Haven''t received a verification code in your email?
|
||||||
emailVerifyInstruction3=to re-send the email. Don''t forget to check your spam folder! Feel free to mail contact@lumbung.space if you are still having problems, we''re happy to help out.
|
emailVerifyInstruction3=to re-send the email. Don''t forget to check your spam folder! Feel free to mail
|
||||||
|
emailVerifyInstruction4=if you are still having problems, we''re happy to help out.
|
||||||
|
|
||||||
emailLinkIdpTitle=Link {0}
|
emailLinkIdpTitle=Link {0}
|
||||||
emailLinkIdp1=An email with instructions to link {0} account {1} with your {2} account has been sent to you.
|
emailLinkIdp1=An email with instructions to link {0} account {1} with your {2} account has been sent to you.
|
||||||
|
Loading…
Reference in New Issue
Block a user