Skip to content

Commit

Permalink
chore(receive): copy update (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss authored and stackchain committed May 16, 2024
1 parent c71da4b commit 6343825
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const messages = defineMessages({
singleOrMultipleDetails: {
id: 'components.receive.receivescreen.singleOrMultipleDetails',
defaultMessage:
'!!!Single keeps things simple and secure. Multiple may offer some extra privacy. For most users, single address is the way to go! You can always change it in settings.',
'!!!Single keeps things simple and secure. For most users, single address is the way to go! You can always change it in settings.',
},
selectMultiple: {
id: 'components.receive.receivescreen.selectMultiple',
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"components.receive.receivescreen.unusedAddress": "Unused",
"components.receive.receivescreen.usedAddress": "Used",
"components.receive.receivescreen.singleOrMultiple": "Single or multiple address?",
"components.receive.receivescreen.singleOrMultipleDetails": "Single keeps things simple and secure. Multiple may offer some extra privacy. For most users, single address is the way to go! You can always change it in settings.",
"components.receive.receivescreen.singleOrMultipleDetails": "Single keeps things simple and secure. For most users, single address is the way to go! You can always change it in settings.",
"components.receive.receivescreen.selectMultiple": "Select multiple instead",
"components.receive.receivescreen.singleAddressWallet": "Single address wallet",
"components.receive.receivescreen.learnAboutYoroi": "Learn more about this in Yoroi Zendesk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
},
{
"id": "components.receive.receivescreen.singleOrMultipleDetails",
"defaultMessage": "!!!Single keeps things simple and secure. Multiple may offer some extra privacy. For most users, single address is the way to go! You can always change it in settings.",
"defaultMessage": "!!!Single keeps things simple and secure. For most users, single address is the way to go! You can always change it in settings.",
"file": "src/features/Receive/common/useStrings.tsx",
"start": {
"line": 146,
Expand All @@ -401,7 +401,7 @@
"end": {
"line": 150,
"column": 3,
"index": 5830
"index": 5791
}
},
{
Expand All @@ -411,12 +411,12 @@
"start": {
"line": 151,
"column": 18,
"index": 5850
"index": 5811
},
"end": {
"line": 154,
"column": 3,
"index": 5964
"index": 5925
}
},
{
Expand All @@ -426,12 +426,12 @@
"start": {
"line": 155,
"column": 23,
"index": 5989
"index": 5950
},
"end": {
"line": 158,
"column": 3,
"index": 6106
"index": 6067
}
},
{
Expand All @@ -441,12 +441,12 @@
"start": {
"line": 159,
"column": 6,
"index": 6114
"index": 6075
},
"end": {
"line": 162,
"column": 3,
"index": 6169
"index": 6130
}
},
{
Expand All @@ -456,12 +456,12 @@
"start": {
"line": 163,
"column": 16,
"index": 6187
"index": 6148
},
"end": {
"line": 166,
"column": 3,
"index": 6263
"index": 6224
}
}
]

0 comments on commit 6343825

Please sign in to comment.