Closed earth2travis closed 1 year ago
In forms.ts
the spread operator (...) can be used to override labels and placeholders.
Not able to update the following with the spread operator label override:
FIELD.REQUEST_TOKEN,
{ ...FIELD.REQUEST_TOKEN, label: 'ERC-20 Tokens' },
FIELD.TRIBUTE,
{ ...FIELD.TRIBUTE, label: 'Tribute Token Address' },
{ ...FIELD.TRIBUTE, label: 'Tribute Token Amount' },
Review and edit copy: