Merge pull request #1680 from Invariant-Change/patch-2

Description Correction For Community Top Bids Tooltip.
This commit is contained in:
Sean Yesmunt 2018-06-25 14:58:12 -04:00 committed by GitHub
commit 087b8d98c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!'
)}
/>
)}