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:
Electron - Mark Firth 2018-06-25 02:03:59 +10:00 committed by GitHub
parent f597fe6f2f
commit a0214f82ce
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!'
)}
/>
)}