diff --git a/backend/lib/Api/Htmx/PasswordReset.hs b/backend/lib/Api/Htmx/PasswordReset.hs index 25138757..bab9f0fa 100644 --- a/backend/lib/Api/Htmx/PasswordReset.hs +++ b/backend/lib/Api/Htmx/PasswordReset.hs @@ -45,7 +45,7 @@ resetEmail = do for_ mToken $ \ token -> do url <- lift $ asks (.url) lift $ Mail.sendMail (Emails.PasswordReset.mail email token url) - html "Check your email" + html "We've sent you a reset link — check your inbox!" getResetToken diff --git a/backend/lib/Emails/PasswordReset.hs b/backend/lib/Emails/PasswordReset.hs index 8a964d55..b864f05c 100644 --- a/backend/lib/Emails/PasswordReset.hs +++ b/backend/lib/Emails/PasswordReset.hs @@ -33,7 +33,7 @@ passwordReset token baseUrl = do br_ [] "Click the button below to reset your password." br_ [] - "If you didn't request a password reset ignore this email. The link will expire in 10 minutes." + "If you didn't request this, no worries — just ignore this email. The link will expire in 10 minutes." br_ [] br_ [] a_ [href_ url, style buttonStyle] "Reset Password" diff --git a/backend/lib/Emails/Welcome.hs b/backend/lib/Emails/Welcome.hs index 204db910..c490d78a 100644 --- a/backend/lib/Emails/Welcome.hs +++ b/backend/lib/Emails/Welcome.hs @@ -20,8 +20,11 @@ mail toAddr = welcome :: Html () welcome = do - b_ "Welcome to Project 2:15." + b_ "Welcome to Project 2:15!" br_ [] br_ [] - "Right now this email is basically blank. " - "We'll fill it in the future and there will be a verification link. " + "We're so glad you've joined us! " + "Jump in whenever you're ready — there's no wrong way to start. " + br_ [] + br_ [] + "Happy studying!" diff --git a/backend/templates/home.html b/backend/templates/home.html index 31a38c1f..6c13177a 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -80,7 +80,7 @@
- Take the complexity out of Bible study and delve deeper into the Word with others + Whether you're brand new to the Bible or have been studying for years, you belong here.
- Please enter your login credentials below to start using the admin console. + Sign in to continue your study.
{% include "login/form.html" %}- Take the complexity out of Bible study and delve deeper - into the Word with others + No expertise required — just jump in and start studying with others.
If you believe this is an error, please contact us.
+If you believe this is an error, please contact us.
- You Fool! How could you forget you password? Use a password manager. + No worries — it happens! Enter your email and we'll help you get back in.