fix typo
This commit is contained in:
parent
9e4de43819
commit
d8c6300f51
1 changed files with 6 additions and 1 deletions
|
@ -127,7 +127,12 @@ function WalletSendTip(props: Props) {
|
|||
placeholder="1.23"
|
||||
onChange={event => handleSupportPriceChange(event)}
|
||||
inputButton={
|
||||
<Button button="primary" type="submit" label={__('Send')} disabled={isPending || tipError || !tipAmount} />
|
||||
<Button
|
||||
button="primary"
|
||||
type="submit"
|
||||
label={__('Confirm')}
|
||||
disabled={isPending || tipError || !tipAmount}
|
||||
/>
|
||||
}
|
||||
helper={
|
||||
<React.Fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue