minor typo

this is the more common spelling of revocable
This commit is contained in:
Alex Grin 2020-06-22 09:33:23 -04:00 committed by Sean Yesmunt
parent 1cd18ac9f4
commit d8b4c91259

View file

@ -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` : '' })
}
/>