Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 27, 2023
1 parent 02fac48 commit 0bf4d78
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions packages/bridge-ui-v2/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,18 +206,23 @@
}
},
"inputs": {
"nft": {
"token_id": {
"label": "Token ID(s)",
"placeholder": "1 or 5,14,733"
"token_id_input": {
"label": "Token ID(s)",
"placeholder": "1 or 5,14,733",
"errors": {
"invalid": "Not a valid numeric value"
}
},
"address_input": {
"label": "Address",
"placeholder": "Enter an address",
"label": {
"default": "Address",
"contract": "Contract address",
"recipient": "Recipient address"
},
"placeholder": "Enter a valid ethereum address",
"errors": {
"invalid": "Invalid address format",
"too_short": "Address length is too short"
"too_short": "Address is too short"
},
"success": "Valid address format"
},
Expand Down

0 comments on commit 0bf4d78

Please sign in to comment.