update label text

This commit is contained in:
Sean Yesmunt 2020-06-23 17:56:41 -04:00
parent 17d5c6d2ae
commit 63ce5526ca

View file

@ -275,7 +275,7 @@ function WalletSendTip(props: Props) {
<FormField
name="toggle-is-support"
type="checkbox"
label={__('Make this support permanent')}
label={__('Make this a tip')}
checked={sendAsTip}
onChange={() => setSendAsTip(!sendAsTip)}
/>