further language improvements
extended tool tip with examples for content URL
This commit is contained in:
parent
a83b695602
commit
14e0b1be83
1 changed files with 3 additions and 2 deletions
|
@ -787,9 +787,10 @@ class PublishForm extends React.PureComponent {
|
|||
|
||||
<section className="card">
|
||||
<div className="card__title-primary">
|
||||
<h4>{__("Address")}</h4>
|
||||
<h4>{__("Content URL")}</h4>
|
||||
<div className="card__subtitle">
|
||||
{__("Where should this content permanently reside?")}
|
||||
{__("This is the exact address where people find your content.")}
|
||||
{__("Ex. lbry://myvideo, lbry://my-song1, lbry://jcp-12ld8jq")}
|
||||
{" "}
|
||||
<Link
|
||||
label={__("Read more")}
|
||||
|
|
Loading…
Reference in a new issue