diff --git a/dashboard-ui/strings/html/server.json b/dashboard-ui/strings/html/server.json
index 605ef1d201..c8f1b3d243 100644
--- a/dashboard-ui/strings/html/server.json
+++ b/dashboard-ui/strings/html/server.json
@@ -1391,6 +1391,7 @@
"HeaderVideoTypes": "Video Types",
"HeaderYears": "Years",
"HeaderAddTag": "Add Tag",
+ "HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:",
"LabelTag": "Tag:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
diff --git a/dashboard-ui/strings/javascript/en-US.json b/dashboard-ui/strings/javascript/en-US.json
index f21e719712..e1f75a1e7f 100644
--- a/dashboard-ui/strings/javascript/en-US.json
+++ b/dashboard-ui/strings/javascript/en-US.json
@@ -315,7 +315,7 @@
"LabelSeasonNumber": "Season number:",
"HeaderChannels": "Channels",
"HeaderMediaFolders": "Media Folders",
- "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
+ "HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
"OptionBlockOthers": "Others",
"OptionBlockTvShows": "TV Shows",
"OptionBlockTrailers": "Trailers",