Update data placeholder and text
This commit is contained in:
parent
b471a5e056
commit
1adeda041c
|
@ -134,8 +134,8 @@ const SendCustomTx = ({
|
||||||
<TextareaField
|
<TextareaField
|
||||||
name="data"
|
name="data"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Data interface (ABI / JSON)*"
|
placeholder="Data (hex encoded)*"
|
||||||
text="Data interface (ABI / JSON)*"
|
text="Data (hex encoded)*"
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in New Issue