fix: html hacking to get a clickable link

This commit is contained in:
cellarspoon 2022-01-11 16:06:14 +01:00
parent 1f4fec6aa3
commit fccad406d3
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -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.