From e8d7e2dc40d4f1af9de77f1107ae73764d0230fd Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 26 Jun 2017 13:16:36 -0400 Subject: [PATCH] minor copy change --- ui/js/actions/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/js/actions/content.js b/ui/js/actions/content.js index 7b1edb2b5..0839518c8 100644 --- a/ui/js/actions/content.js +++ b/ui/js/actions/content.js @@ -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, });