Update data placeholder and text

This commit is contained in:
Germán Martínez 2019-09-02 10:34:19 +02:00
parent b471a5e056
commit 1adeda041c
1 changed files with 2 additions and 2 deletions

View File

@ -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>