contribute -> boost

This commit is contained in:
Jeremy Kauffman 2021-01-19 18:02:26 -05:00 committed by Sean Yesmunt
parent 79a85db7e4
commit 18f1f983ae
2 changed files with 2 additions and 1 deletions

View file

@ -1569,5 +1569,6 @@
"...earned from others (unlock to spend)": "...earned from others (unlock to spend)", "...earned from others (unlock to spend)": "...earned from others (unlock to spend)",
"...on initial publishes (delete or edit past content to spend)": "...on initial publishes (delete or edit past content to spend)", "...on initial publishes (delete or edit past content to spend)": "...on initial publishes (delete or edit past content to spend)",
"...supporting content (delete supports to spend)": "...supporting content (delete supports to spend)", "...supporting content (delete supports to spend)": "...supporting content (delete supports to spend)",
"%lbc_amount% boosting content": "%lbc_amount% boosting content",
"--end--": "--end--" "--end--": "--end--"
} }

View file

@ -82,7 +82,7 @@ const WalletBalance = (props: Props) => {
lbc_amount: <CreditAmount amount={totalLocked} precision={8} />, lbc_amount: <CreditAmount amount={totalLocked} precision={8} />,
}} }}
> >
%lbc_amount% contributing to content %lbc_amount% boosting content
</I18nMessage> </I18nMessage>
<Button <Button
button="link" button="link"