minor copy change

This commit is contained in:
Jeremy Kauffman 2017-06-26 13:16:36 -04:00
parent 1b88e70d74
commit e8d7e2dc40

View file

@ -134,7 +134,7 @@ export function doUpdateLoadStatus(uri, outpoint) {
const totalProgress = selectTotalDownloadProgress(getState()); const totalProgress = selectTotalDownloadProgress(getState());
setProgressBar(totalProgress); setProgressBar(totalProgress);
const notif = new window.Notification("Download Complete", { const notif = new window.Notification("LBRY Download Complete", {
body: fileInfo.metadata.stream.metadata.title, body: fileInfo.metadata.stream.metadata.title,
silent: false, silent: false,
}); });