From 040b1bd4f4ed3cb0f67bbdd4f892654c89c8f3aa Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Thu, 3 Sep 2015 08:43:46 -0400 Subject: [PATCH] Handle unrecognized ratings properly --- dashboard-ui/strings/html/server.json | 1 + dashboard-ui/strings/javascript/en-US.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",