update label text
This commit is contained in:
parent
17d5c6d2ae
commit
63ce5526ca
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue