Update publish success message

Now says that file will appear in My Files immediately but
will initially show up as "pending."
This commit is contained in:
Alex Liebowitz 2016-08-03 06:08:37 -04:00
parent 3c417d0abe
commit c1185b3c9d

View file

@ -116,7 +116,7 @@ var PublishPage = React.createClass({
},
handlePublishSuccess: function() {
alert(`Your file ${this.refs.meta_title.getValue()} has been published to LBRY at the address lbry://${this.state.name}!\n\n` +
`You will now be taken to your My Files page, where your newly published file should appear within a few minutes.`);
`You will now be taken to your My Files page, where your newly published file will be listed. Your file will take a few minutes to appear for other LBRY users; until then it will be listed as "pending."`);
window.location = "?files";
},
handlePublishError: function(error) {