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:
parent
3c417d0abe
commit
c1185b3c9d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue