This commit is contained in:
Sean Yesmunt 2020-05-05 09:50:34 -04:00
parent 9e4de43819
commit d8c6300f51

View file

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