copy edit: simplify new comments email intro#5036
Conversation
Closes #3184 Co-authored-by: aseckin <3686968+aseckin@users.noreply.github.com>
📝 WalkthroughWalkthroughThe new-comment HTML and MJML email templates replace count-based, question-specific introductory text with the translated phrase “There are new comments on”. ChangesNew-comment email copy
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cleanup: Preview Environment RemovedThe preview environment for this PR has been destroyed.
Cleanup triggered by PR close at 2026-07-17T13:48:16Z |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@notifications/templates/emails/post_new_comments.mjml`:
- Line 14: The translated intro in
notifications/templates/emails/post_new_comments.mjml lines 14-14 should end
with a colon: update it to “There are new comments on:”. Synchronize
notifications/templates/emails/post_new_comments.html lines 177-177 with the
same compiled text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: d3b9a114-b514-469e-b08d-bb9fa372ad98
📒 Files selected for processing (2)
notifications/templates/emails/post_new_comments.htmlnotifications/templates/emails/post_new_comments.mjml
Simplifies the intro line in the new comments transactional email so it no longer awkwardly renders "these 1 questions" in the singular case.
Changes:
.mjmlsource and the compiled.htmltemplateCloses #3184
Generated with Claude Code
Summary by CodeRabbit