fix: content capitalization and punctuation fixes#23296
fix: content capitalization and punctuation fixes#23296georgewrmarshall merged 11 commits intomainfrom
Conversation
|
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. |
There was a problem hiding this comment.
Bug: Inconsistent terminology for Predictions feature
The value "Funded Predict account" uses the old terminology "Predict" instead of "Predictions". This is inconsistent with the PR's stated goal of updating "Predict to Predictions" and creates inconsistency across the app. Other similar keys like tx_review_predict_deposit at line 3492 correctly use "Funded predictions", and the main title at line 1779 uses "MetaMask Predictions". This inconsistency will confuse users who see different terminology for the same feature.
locales/languages/en.json#L6929-L6930
metamask-mobile/locales/languages/en.json
Lines 6929 to 6930 in 0cf8155
0cf8155 to
35aabdb
Compare
35aabdb to
daf3bf1
Compare
143a175 to
b92b4ef
Compare
coreyjanssen
left a comment
There was a problem hiding this comment.
Left a few comments for you @georgewrmarshall, overall great!
app/components/UI/AssetOverview/TokenDetails/MarketDetailsList/MarketDetailsList.test.tsx
Show resolved
Hide resolved
bcfdf61 to
217a498
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThis PR is a comprehensive copy/text/localization update that makes no functional changes to the application. The changes include:
Since all changes are text/copy updates with no functional code changes, no business logic modifications, and no changes to user flows or application behavior, running E2E tests would not provide additional validation value. The unit tests and snapshots have already been updated to verify the text changes are correctly applied. |
|



Description
This PR corrects content design issues including:
These are copy-only changes with no functional logic modifications. All affected tests and snapshots have been updated to match the new copy.
Changelog
CHANGELOG entry: Fixed UI copy casing to align with sentence case standards and corrected punctuation inconsistencies
Related issues
Fixes: (Internal content design review)
Manual testing steps
```gherkin
Feature: UI copy consistency
Scenario: user views updated UI text throughout the app
Given the app is running with updated copy changes
```
Screenshots/Recordings
N/A - Text-only changes visible throughout the app UI
Before
Various inconsistent casing (e.g., "Smart Account", "QR Code", excessive punctuation)
After
Consistent sentence case (e.g., "smart account", "QR code", streamlined punctuation)
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Aligns UI text to sentence case, streamlines punctuation, and standardizes terminology across multiple surfaces; no functional logic changes.
AccountApprovaltext; improves phrasing in Ramp/Deposit fields (e.g., "Postal code")ActivationKeys.tsx) and related testsWritten by Cursor Bugbot for commit 217a498. This will update automatically on new commits. Configure here.