adjusted error message to better match the issue.

This commit is contained in:
2025-01-26 10:58:02 -05:00
parent 440ef9f605
commit ee3bb2144a

View File

@@ -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.";
}
});