Rewrite auth pages and emails with warm, friendly copy#113
Open
hendriebeats wants to merge 2 commits into
Open
Rewrite auth pages and emails with warm, friendly copy#113hendriebeats wants to merge 2 commits into
hendriebeats wants to merge 2 commits into
Conversation
Many of our users may be new to Bible study and feel intimidated by the
tool. This updates all user-facing text across sign-in, sign-up, password
reset, error pages, and emails to feel welcoming, easygoing, and
encouraging — so people feel taken care of from the moment they arrive.
Bug fixes:
- Remove insulting placeholder text on password reset page
- Fix wrong "Sign Up" heading on the set-new-password page
- Fix typos in token expiry error ("to long", "mintues")
- Replace placeholder welcome email body with real content
- Fix notAuthorized page showing 404 instead of sign-in prompt
- Fix support@example.com to support@p215.church on notAuthorized page
Tone updates:
- Login: "Welcome Back" / "Sign in to continue your study"
- Signup: "We're glad you're here! Create your account to get started."
- Password reset: "No worries — it happens!"
- All error messages rewritten to be friendlier and more helpful
- Sidebar text: "Explore the Bible Together" / "No expertise required"
- Home hero: "Whether you're brand new to the Bible or have been
studying for years, you belong here."
- Home CTA: "GET STARTED" instead of "BEGIN YOUR JOURNEY"
- 404: "We couldn't find that page."
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Many users may be new to Bible study and feel intimidated by the tool. This rewrites all user-facing text across sign-in, sign-up, password reset, error pages, and emails to feel welcoming, easygoing, and encouraging.
Bug fixes
support@example.com→support@p215.churchon notAuthorized pageTone updates
Files changed
backend/templates/login.html,login/form.htmlbackend/templates/signup.html,signup/form.htmlbackend/templates/passwordReset.html,passwordReset/form.htmlbackend/templates/passwordResetToken.htmlbackend/templates/notAuthorized.html,notFound.htmlbackend/templates/home.htmlbackend/lib/Emails/Welcome.hs,Emails/PasswordReset.hsbackend/lib/Api/Htmx/PasswordReset.hs.gitignore