minor typo
this is the more common spelling of revocable
This commit is contained in:
parent
1cd18ac9f4
commit
d8b4c91259
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ function WalletSendTip(props: Props) {
|
|||
disabled={fetchingChannels || isPending || tipError || !tipAmount}
|
||||
label={
|
||||
isSupport
|
||||
? __('Send Revokable Support')
|
||||
? __('Send Revocable Support')
|
||||
: __('Send a %amount% Tip', { amount: tipAmount ? `${tipAmount} LBC` : '' })
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue