diff options
author | Ajay Ramachandran <[email protected]> | 2021-05-21 17:33:48 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-05-21 17:33:48 -0400 |
commit | a5189014adb78a94b1e661de8d8f341e14809dad (patch) | |
tree | d133082e591ad2cc263f80662bf3f9350a7aba0b /public | |
parent | e70a8c724b1f8ed8b64df07960429c8efb1462b3 (diff) | |
download | SponsorBlock-a5189014adb78a94b1e661de8d8f341e14809dad.tar.gz SponsorBlock-a5189014adb78a94b1e661de8d8f341e14809dad.zip |
Make channel fetching error silent and don't wait for video info
Diffstat (limited to 'public')
-rw-r--r-- | public/_locales/en/messages.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index df9cdb57..a70310ed 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -583,7 +583,8 @@ "message": "hidden: too short" }, "channelDataNotFound": { - "message": "Channel ID not loaded yet." + "description": "This error appears in an alert when they try to whitelist a channel and the extension is unable to determine what channel they are looking at.", + "message": "Channel ID is not loaded yet. If you are using an embedded video, try using the YouTube homepage instead. This could also be caused by changes in the YouTube layout, if you think so, make a comment here:" }, "videoInfoFetchFailed": { "message": "It seems that something is blocking SponsorBlock's ability to get video data. Please see https://github.com/ajayyy/SponsorBlock/issues/741 for more info." @@ -603,9 +604,6 @@ "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 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" - }, "forceChannelCheck": { "message": "Force Channel Check Before Skipping" }, |