diff options
author | Ajay <[email protected]> | 2023-03-18 02:05:14 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-18 02:05:14 -0400 |
commit | 488f5efa2f117b13dcfb0114bf628ee480800943 (patch) | |
tree | 77abfce405326205ba571c0ab49a726082796362 /public/_locales/en | |
parent | e15e33b0488f31a5033f265e65ac0bac09c6da4c (diff) | |
download | SponsorBlock-488f5efa2f117b13dcfb0114bf628ee480800943.tar.gz SponsorBlock-488f5efa2f117b13dcfb0114bf628ee480800943.zip |
Add option to disable thumbnail icons
Diffstat (limited to 'public/_locales/en')
-rw-r--r-- | public/_locales/en/messages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 9a31e87a..77d68cb7 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -797,6 +797,10 @@ "message": "Show an icon when a video is entirely an advertisement", "description": "Referring to the category pill that is now shown on videos that are entirely sponsor or entirely selfpromo" }, + "fullVideoLabelsOnThumbnails": { + "message": "Show labels on video thumbnails as well", + "description": "Referring to the category pill that is shown on videos that are entirely sponsor or entirely selfpromo on recommended videos, in searches or on the homepage." + }, "previewColor": { "message": "Unsubmitted Color", "description": "Referring to submissions that have not been sent to the server yet." |