diff options
author | Ajay Ramachandran <[email protected]> | 2021-05-13 12:20:39 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-13 12:20:39 -0400 |
commit | 257098fd96c96ea94ab73859418ab8277d832389 (patch) | |
tree | 83c04ba151ba4d355f24cd2022e63840c251fdf6 | |
parent | 040339312458d84dcca07c47368fa82be7688c00 (diff) | |
download | SponsorBlock-257098fd96c96ea94ab73859418ab8277d832389.tar.gz SponsorBlock-257098fd96c96ea94ab73859418ab8277d832389.zip |
Fix description of error for force channel check
-rw-r--r-- | public/_locales/en/messages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index c8c0ec27..5a87a3cd 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -610,7 +610,7 @@ "message": "If you are unable to resolve this, then disable the setting 'Ignore unlisted/private videos', as SponsorBlock is unable to retrieve the visibility information for this video" }, "adblockerIssueWhitelist": { - "message": "If you are unable to resolve this, then disable the setting 'Force Channel Check Before Skipping', as SponsorBlock is unable to retrieve the visibility information for this video" + "message": "If you are unable to resolve this, then disable the setting 'Force Channel Check Before Skipping', as SponsorBlock is unable to retrieve the channel information for this video" }, "itCouldBeAdblockerIssue": { "message": "If this keeps occuring, it could be caused by your ad blocker. Please check https://github.com/ajayyy/SponsorBlock/wiki/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests" |