minor copy change
This commit is contained in:
parent
1b88e70d74
commit
e8d7e2dc40
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ export function doUpdateLoadStatus(uri, outpoint) {
|
|||
const totalProgress = selectTotalDownloadProgress(getState());
|
||||
setProgressBar(totalProgress);
|
||||
|
||||
const notif = new window.Notification("Download Complete", {
|
||||
const notif = new window.Notification("LBRY Download Complete", {
|
||||
body: fileInfo.metadata.stream.metadata.title,
|
||||
silent: false,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue