Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(suite): add destination tag banner into receive modal
Browse files Browse the repository at this point in the history
izmy authored and tomasklim committed Jan 28, 2025
1 parent 5571b02 commit 9edfec4
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -128,6 +128,11 @@ export const ConfirmValueModal = ({
</Paragraph>
</Banner>
)}
{account.networkType === 'ripple' && (
<Banner variant="info" icon="info">
<Translation id="DESTINATION_TAG_BANNER_RECEIVE" />
</Banner>
)}
<Row gap={spacings.xl} alignItems="stretch">
<Column flex="1 1 50%" alignItems="center">
<Card>
5 changes: 5 additions & 0 deletions packages/suite/src/support/messages.ts
Original file line number Diff line number Diff line change
@@ -5476,6 +5476,11 @@ export default defineMessages({
'Most exchanges require you to include a memo/destination tag to identify your Ripple account. Make sure you really don’t need it.',
id: 'DESTINATION_TAG_BANNER_SEND',
},
DESTINATION_TAG_BANNER_RECEIVE: {
defaultMessage:
'Most exchanges require you to include memo/destination tag to send a transaction to your Trezor. You can fill in any sequence of numbers (e.g., 12345)',
id: 'DESTINATION_TAG_BANNER_RECEIVE',
},
DESTINATION_TAG_TOOLTIP: {
id: 'DESTINATION_TAG_TOOLTIP',
defaultMessage:

0 comments on commit 9edfec4

Please sign in to comment.