Skip to content

Commit 0f7f117

Browse files
authored
fix: Remove duplicate i18n, en key: qr_hardware (#9051)
## **Description** Removes duplicate en, i18n key: `qr_hardware` ## **Related issues** Fixes: ## **Manual testing steps** ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <img width="464" alt="Screenshot 2024-03-25 at 3 15 43 PM" src="https://github.com/MetaMask/metamask-mobile/assets/20778143/293e9832-4327-4bdf-838f-497f384a33d2"> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] 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.
1 parent 8f8fe71 commit 0f7f117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

locales/languages/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@
541541
},
542542
"accounts": {
543543
"create_new_account": "Create a new account",
544-
"qr_hardware": "QR hardware",
545544
"import_account": "Import an account",
546545
"connect_hardware": "Connect hardware wallet",
547546
"imported": "Imported",

0 commit comments

Comments
 (0)