From fccad406d36318892c6d88d1941d68f24c204ab7 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Tue, 11 Jan 2022 16:06:14 +0100 Subject: [PATCH] fix: html hacking to get a clickable link --- lumbung.space/login/login-verify-email.ftl | 4 ++-- lumbung.space/login/messages/messages_en.properties | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lumbung.space/login/login-verify-email.ftl b/lumbung.space/login/login-verify-email.ftl index 0d0cd86..ba157df 100755 --- a/lumbung.space/login/login-verify-email.ftl +++ b/lumbung.space/login/login-verify-email.ftl @@ -8,7 +8,7 @@

${msg("emailVerifyInstruction2")}
- ${msg("doClickHere")} ${msg("emailVerifyInstruction3")} + ${msg("doClickHere")} ${msg("emailVerifyInstruction3") contact@lumbung.space ${msg("emailVerifyInstruction4")}}

- \ No newline at end of file + diff --git a/lumbung.space/login/messages/messages_en.properties b/lumbung.space/login/messages/messages_en.properties index 9631189..f33efb4 100755 --- a/lumbung.space/login/messages/messages_en.properties +++ b/lumbung.space/login/messages/messages_en.properties @@ -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. 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} emailLinkIdp1=An email with instructions to link {0} account {1} with your {2} account has been sent to you.