Commit ef915e4
authored
chore: Update text for Rewards user flows (#22881)
Change tracked to enrolled and related strings
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->
## **Description**
Changing Rewards strings to better terminology "enrolled" / "not
enrolled"
## **Changelog**
<!--
If this PR is not End-User-Facing and should not show up in the
CHANGELOG, you can choose to either:
1. Write `CHANGELOG entry: null`
2. Label with `no-changelog`
If this PR is End-User-Facing, please write a short User-Facing
description in the past tense like:
`CHANGELOG entry: Added a new tab for users to see their NFTs`
`CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker`
(This helps the Release Engineer do their job more quickly and
accurately)
-->
CHANGELOG entry: null
## **Related issues**
Fixes: n/a
## **Manual testing steps**
```gherkin
Feature: my feature name
Scenario: user [verb for user action]
Given [describe expected initial app state]
When user [verb for user action]
Then [describe expected outcome]
```
## **Screenshots/Recordings**
<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
### **Before**
<!-- [screenshots/recordings] -->
### **After**
<!-- [screenshots/recordings] -->
## **Pre-merge author checklist**
- [x] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
## **Pre-merge reviewer checklist**
- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates Rewards i18n strings in `locales/languages/en.json` to replace
“opt-in/tracked” with “enrolled” and adjusts related labels/descriptions
and error text.
>
> - **Rewards i18n (`locales/languages/en.json`)**:
> - Terminology: replace “opt-in/opted in/tracked” with
“enroll/enrolled”.
> - `onboarding.not_supported_account_type_description`: “opted into” →
“enrolled in”.
> - `onboarding.geo_check_fail_description`: “country allows opting
into” → “region allows enrolling into”.
> - `settings.*`: maintain “opted in” counts but update related copy;
error `link_account_failed_error`: “link” → “add”.
> - `link_account_group.tracked/untracked/unsupported/tracked_count`:
“Tracked/Untracked/Unsupported” → “Enrolled/Not enrolled/Not supported”;
count string updated to “enrolled”.
> - Misc: `link_account_failed_error` under settings changed to “Failed
to add account.”
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
d194816. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 9f9609f commit ef915e4
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6643 | 6643 | | |
6644 | 6644 | | |
6645 | 6645 | | |
6646 | | - | |
| 6646 | + | |
6647 | 6647 | | |
6648 | 6648 | | |
6649 | 6649 | | |
6650 | 6650 | | |
6651 | 6651 | | |
6652 | | - | |
| 6652 | + | |
6653 | 6653 | | |
6654 | 6654 | | |
6655 | 6655 | | |
| |||
6696 | 6696 | | |
6697 | 6697 | | |
6698 | 6698 | | |
6699 | | - | |
| 6699 | + | |
6700 | 6700 | | |
6701 | 6701 | | |
6702 | 6702 | | |
| |||
6819 | 6819 | | |
6820 | 6820 | | |
6821 | 6821 | | |
6822 | | - | |
6823 | | - | |
6824 | | - | |
6825 | | - | |
| 6822 | + | |
| 6823 | + | |
| 6824 | + | |
| 6825 | + | |
6826 | 6826 | | |
6827 | 6827 | | |
6828 | 6828 | | |
| |||
0 commit comments