mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
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
|
<FormField
|
||||||
name="toggle-is-support"
|
name="toggle-is-support"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
label={__('Make this support permanent')}
|
label={__('Make this a tip')}
|
||||||
checked={sendAsTip}
|
checked={sendAsTip}
|
||||||
onChange={() => setSendAsTip(!sendAsTip)}
|
onChange={() => setSendAsTip(!sendAsTip)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue