mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 17:55:11 +00:00
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"
|
placeholder="1.23"
|
||||||
onChange={event => handleSupportPriceChange(event)}
|
onChange={event => handleSupportPriceChange(event)}
|
||||||
inputButton={
|
inputButton={
|
||||||
<Button button="primary" type="submit" label={__('Send')} disabled={isPending || tipError || !tipAmount} />
|
<Button
|
||||||
|
button="primary"
|
||||||
|
type="submit"
|
||||||
|
label={__('Confirm')}
|
||||||
|
disabled={isPending || tipError || !tipAmount}
|
||||||
|
/>
|
||||||
}
|
}
|
||||||
helper={
|
helper={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
|
|
Loading…
Add table
Reference in a new issue