fix(settings): update notifications settings copy and casing#32922
fix(settings): update notifications settings copy and casing#32922andrewjcohen wants to merge 2 commits into
Conversation
Align notification section titles and descriptions with updated content guidelines, fix the curated typo, and update related tests.
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
AI overshot a tad, fixing unnecessary caps.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 102f308. Configure here.
| title: 'Trading Signals', | ||
| description: | ||
| 'Updates from traders and assets you follow, plus currated market news', | ||
| 'Updates from traders and assets you follow, plus curated market news', |
There was a problem hiding this comment.
Stale socialAI title in test
Medium Severity
This commit changes social_ai_title in en.json to Trading signals, and TopTradersView passes that locale value into navigation params. The socialAI notification navigation test still expects Trading Signals, so mockNavigate assertions no longer match runtime behavior and the test fails.
Reviewed by Cursor Bugbot for commit 102f308. Configure here.


Description
Updates copy in the Notifications settings screen to match current content guidelines. Section titles now use sentence case (e.g. "Wallet activity" instead of "Wallet Activity"), the wallet activity description no longer mentions rewards, and the "curated" typo in the trading signals description is fixed. Related unit tests are updated to match the new strings.
Changelog
CHANGELOG entry: Updated notification settings section titles and descriptions
Related issues
Refs: content update — no linked issue
Manual testing steps
Screenshots/Recordings
N/A — copy-only change with no visual layout differences.
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Made with Cursor