diff --git a/src/js/webtorrent.js b/src/js/webtorrent.js index 7247741..5dff68e 100644 --- a/src/js/webtorrent.js +++ b/src/js/webtorrent.js @@ -266,7 +266,7 @@ export class TorrentClient { } if (status) { status.textContent = - "Error playing video. Try disabling Brave Shields."; + "Error playing video. Try refreshing the page."; } }); @@ -392,7 +392,7 @@ export class TorrentClient { } if (status) { status.textContent = - "Error playing video. Try disabling Brave Shields."; + "Error playing video. Try refreshing the page."; } });