diff --git a/apps/wallet-mobile/src/features/Receive/common/useStrings.tsx b/apps/wallet-mobile/src/features/Receive/common/useStrings.tsx index 0f57fe12df..14f36a2ec8 100644 --- a/apps/wallet-mobile/src/features/Receive/common/useStrings.tsx +++ b/apps/wallet-mobile/src/features/Receive/common/useStrings.tsx @@ -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', diff --git a/apps/wallet-mobile/src/i18n/locales/en-US.json b/apps/wallet-mobile/src/i18n/locales/en-US.json index d77a320c9e..76d2d2c27a 100644 --- a/apps/wallet-mobile/src/i18n/locales/en-US.json +++ b/apps/wallet-mobile/src/i18n/locales/en-US.json @@ -239,7 +239,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", diff --git a/apps/wallet-mobile/translations/messages/src/features/Receive/common/useStrings.json b/apps/wallet-mobile/translations/messages/src/features/Receive/common/useStrings.json index 2ffc5b8c8c..ac25cdab8a 100644 --- a/apps/wallet-mobile/translations/messages/src/features/Receive/common/useStrings.json +++ b/apps/wallet-mobile/translations/messages/src/features/Receive/common/useStrings.json @@ -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, @@ -401,7 +401,7 @@ "end": { "line": 150, "column": 3, - "index": 5830 + "index": 5791 } }, { @@ -411,12 +411,12 @@ "start": { "line": 151, "column": 18, - "index": 5850 + "index": 5811 }, "end": { "line": 154, "column": 3, - "index": 5964 + "index": 5925 } }, { @@ -426,12 +426,12 @@ "start": { "line": 155, "column": 23, - "index": 5989 + "index": 5950 }, "end": { "line": 158, "column": 3, - "index": 6106 + "index": 6067 } }, { @@ -441,12 +441,12 @@ "start": { "line": 159, "column": 6, - "index": 6114 + "index": 6075 }, "end": { "line": 162, "column": 3, - "index": 6169 + "index": 6130 } }, { @@ -456,12 +456,12 @@ "start": { "line": 163, "column": 16, - "index": 6187 + "index": 6148 }, "end": { "line": 166, "column": 3, - "index": 6263 + "index": 6224 } } ] \ No newline at end of file