Merge pull request #1680 from Invariant-Change/patch-2
Description Correction For Community Top Bids Tooltip.
This commit is contained in:
commit
087b8d98c2
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