diff --git a/ui/component/walletSendTip/view.jsx b/ui/component/walletSendTip/view.jsx index e114d17f3..58d16abff 100644 --- a/ui/component/walletSendTip/view.jsx +++ b/ui/component/walletSendTip/view.jsx @@ -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` : '' }) } />