update copy on publish content url
This commit is contained in:
parent
14e0b1be83
commit
67a0e1b5cf
1 changed files with 4 additions and 3 deletions
|
@ -789,11 +789,12 @@ class PublishForm extends React.PureComponent {
|
||||||
<div className="card__title-primary">
|
<div className="card__title-primary">
|
||||||
<h4>{__("Content URL")}</h4>
|
<h4>{__("Content URL")}</h4>
|
||||||
<div className="card__subtitle">
|
<div className="card__subtitle">
|
||||||
{__("This is the exact address where people find your content.")}
|
{__(
|
||||||
{__("Ex. lbry://myvideo, lbry://my-song1, lbry://jcp-12ld8jq")}
|
"This is the exact address where people find your content (ex. lbry://myvideo)."
|
||||||
|
)}
|
||||||
{" "}
|
{" "}
|
||||||
<Link
|
<Link
|
||||||
label={__("Read more")}
|
label={__("Learn more")}
|
||||||
href="https://lbry.io/faq/naming"
|
href="https://lbry.io/faq/naming"
|
||||||
/>.
|
/>.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue