add title to message
This commit is contained in:
parent
73bc6afa3e
commit
6023b32c27
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch, getState: GetS
|
|||
delete pendingPublishMap[claim.name];
|
||||
if (selectosNotificationsEnabled(getState())) {
|
||||
const notif = new window.Notification('LBRY Publish Complete', {
|
||||
body: `${claim.name} has been published successfully, click here to view it.` ,
|
||||
body: `${claim.value.stream.metadata.title} has been published to lbry://${claim.name}. Click here to view it` ,
|
||||
silent: false,
|
||||
});
|
||||
notif.onclick = () => {
|
||||
|
|
Loading…
Reference in a new issue