Skip to content

Commit

Permalink
chore: apply string changes from #9565 (#9629)
Browse files Browse the repository at this point in the history
<!--
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**

<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->

This PR only covers the strings from #9565.

## **Related issues**

Split off from: #9565

## **Manual testing steps**

n/a

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
n/a

### **Before**

<!-- [screenshots/recordings] -->
n/a

### **After**

<!-- [screenshots/recordings] -->
n/a

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask 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
- [x] 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.
  • Loading branch information
infiniteflower authored and Andepande committed May 21, 2024
1 parent e2847ce commit a21e9bd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2556,15 +2556,14 @@
"action_text": "Try it out"
},
"stx": {
"header": "Introducing Smart Transactions",
"description_1": "Unlock the safest, most reliable, and easiest transaction experience - a smarter way to navigate web3.",
"description_2": "Millions of dollars are lost every month due to failed transactions & frontrunning. Smart transactions fixes this.",
"description_3": "Right now, Smart Transactions are only available on ETH Mainnet. You can turn them off at any time in settings.",
"secondary_button": "Not right now",
"primary_button": "Enable Smart Transactions",
"header": "Transactions just got smarter",
"description_1": "Unlock higher success rates, frontrunning protection, and better visibility with Smart Transactions.",
"description_2": "Only available on Ethereum. Enable or disable any time in settings.",
"secondary_button": "No thanks",
"primary_button": "Enable",
"learn_more": "Learn more.",
"benefit_1_1": "82% fewer failed",
"benefit_1_2": "transactions",
"benefit_1_1": "99.5% success",
"benefit_1_2": "rate",
"benefit_2_1": "Transaction",
"benefit_2_2": "protection",
"benefit_3_1": "Real-time",
Expand Down

0 comments on commit a21e9bd

Please sign in to comment.