Description Correction For Community Top Bids Tooltip.
Corrections on the tooltip detailing that you can bid on one to ten, not one to five.
This commit is contained in:
parent
f597fe6f2f
commit
a0214f82ce
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class CategoryList extends React.PureComponent<Props, State> {
|
|||
<ToolTip
|
||||
label={__("What's this?")}
|
||||
body={__(
|
||||
'Community Content is a public space where anyone can share content with the rest of the LBRY community. Bid on the names "one," "two," "three," "four" and "five" to put your content here!'
|
||||
'Community Content is a public space where anyone can share content with the rest of the LBRY community. Bid on the names from "one" to "ten" to put your content here!'
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue