contribute -> boost
This commit is contained in:
parent
79a85db7e4
commit
18f1f983ae
2 changed files with 2 additions and 1 deletions
|
@ -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--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue