diff --git a/static/app-strings.json b/static/app-strings.json index 7cea4e7d6..85bd64c28 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2306,5 +2306,6 @@ "Privacy": "Privacy", "LBRY takes privacy and choice seriously. Is it ok if we monitor performance and help creators track their views?": "LBRY takes privacy and choice seriously. Is it ok if we monitor performance and help creators track their views?", "Yes, share with LBRY": "Yes, share with LBRY", + "This refundable boost will improve the discoverability of this %claimTypeText% while active. ": "This refundable boost will improve the discoverability of this %claimTypeText% while active. ", "--end--": "--end--" } diff --git a/ui/component/walletSendTip/view.jsx b/ui/component/walletSendTip/view.jsx index 90fd2a5b8..2faa9c1ff 100644 --- a/ui/component/walletSendTip/view.jsx +++ b/ui/component/walletSendTip/view.jsx @@ -62,7 +62,7 @@ function WalletSendTip(props: Props) { const [tipAmount, setTipAmount] = usePersistedState('comment-support:customTip', 1.0); const [isOnConfirmationPage, setConfirmationPage] = React.useState(false); const [tipError, setTipError] = React.useState(); - const [activeTab, setActiveTab] = usePersistedState(TAB_BOOST); + const [activeTab, setActiveTab] = usePersistedState('comment-tip:tab', TAB_BOOST); const [disableSubmitButton, setDisableSubmitButton] = React.useState(); /** CONSTS **/