update publish content url help text

This commit is contained in:
Jeremy Kauffman 2017-07-19 11:23:32 -04:00
parent 48cf23864b
commit 4632c4f919

View file

@ -787,12 +787,14 @@ class PublishForm extends React.PureComponent {
<section className="card"> <section className="card">
<div className="card__title-primary"> <div className="card__title-primary">
<h4>{__("Address")}</h4> <h4>{__("Content URL")}</h4>
<div className="card__subtitle"> <div className="card__subtitle">
{__("Where should this content permanently reside?")} {__(
"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>