diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index d7855a69..ac7cbe09 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -624,6 +624,10 @@
"muteSegments": {
"message": "Allow segments that mute audio instead of skip"
},
+ "fullVideoSegments": {
+ "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"
+ },
"colorFormatIncorrect": {
"message": "Your color is formatted incorrectly. It should be a 3 or 6 digit hex code with a number sign at the beginning."
},
diff --git a/public/options/options.html b/public/options/options.html
index 1fbcf1b1..657b2d4d 100644
--- a/public/options/options.html
+++ b/public/options/options.html
@@ -66,6 +66,22 @@
+