Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 25, 2023
1 parent 00cd52d commit ab7759e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/bridge-ui-v2/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"nft": {
"confirm": "Confirm your NFT details.",
"import": "Transfer your NFTs across chains",
"review": "Review your details and confirm the transaction."
"review": "Verify your transaction details"
}
},
"errors": {
Expand Down Expand Up @@ -97,6 +97,8 @@
}
},
"review": {
"recipient_details": "Recipient details",
"transfer_details": "Transfer details",
"your_tokens": "Your tokens on"
}
}
Expand All @@ -106,7 +108,7 @@
"nft": {
"confirm": "Confirm",
"import": "Import NFT",
"review": "Confirm and bridge"
"review": "Review"
}
}
},
Expand Down Expand Up @@ -137,10 +139,12 @@
"contract_address": "Contract address",
"destination": "Destination",
"edit": "Edit",
"from": "From",
"id": "ID",
"loading": "Loading",
"name": "Name",
"ok": "Ok",
"to": "To",
"token_id": "Token ID",
"token_standard": "Token standard"
},
Expand Down Expand Up @@ -205,7 +209,7 @@
"errors": {
"invalid": "Not a valid numeric value"
},
"label": "Token ID(s)",
"label": "Token ID",
"placeholder": "1 or 5,14,733"
}
},
Expand Down

0 comments on commit ab7759e

Please sign in to comment.