minor label changes.

This commit is contained in:
muzam1l
2023-03-07 16:58:32 +05:30
parent 03b768db4e
commit 9001c64fed

View File

@@ -358,7 +358,7 @@ export const TxUI: FC<UIProps> = ({ state: txState, setState, resetState, estima
}}
/>
<Input
placeholder="Memo data"
placeholder="Data"
css={{ mx: '$2' }}
value={memo.data}
onChange={e => {
@@ -371,7 +371,7 @@ export const TxUI: FC<UIProps> = ({ state: txState, setState, resetState, estima
}}
/>
<Input
placeholder="Memo format"
placeholder="Format"
value={memo.format}
onChange={e => {
setState({