diff --git a/static/app-strings.json b/static/app-strings.json index 1aecac7a8..e13887ac2 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1268,6 +1268,8 @@ "Uncheck your email below if you want to stop receiving messages.": "Uncheck your email below if you want to stop receiving messages.", "Remove from Blocked List": "Remove from Blocked List", "Are you sure you want to remove this from the list?": "Are you sure you want to remove this from the list?", + "Send A Tip": "Send A Tip", + "Send a chunk of change to this creator to let them know you appreciate their content.": "Send a chunk of change to this creator to let them know you appreciate their content.", "CableTube Escape Artists": "CableTube Escape Artists", "Unlink YouTube Channel": "Unlink YouTube Channel", "Sign In With YouTube": "Sign In With YouTube", diff --git a/ui/component/walletSendTip/view.jsx b/ui/component/walletSendTip/view.jsx index ab7d2e608..c41a10860 100644 --- a/ui/component/walletSendTip/view.jsx +++ b/ui/component/walletSendTip/view.jsx @@ -228,6 +228,15 @@ function WalletSendTip(props: Props) { label={__('Custom')} onClick={() => setUseCustomTip(true)} /> + {DEFAULT_TIP_AMOUNTS.some(val => val > balance) && ( +