diff --git a/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html b/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html
index 9d1d927bd..59d7f9dfc 100644
--- a/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html
+++ b/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html
@@ -70,7 +70,7 @@
0">
- {{'MediaDetails.Keywords' | translate }}:
+ {{'MediaDetails.Keywords' | translate }}
{{keyword.name}}
diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json
index 5aaa02c29..41870ac39 100644
--- a/src/Ombi/wwwroot/translations/en.json
+++ b/src/Ombi/wwwroot/translations/en.json
@@ -55,6 +55,9 @@
"OfflineParagraph": "The media server is currently offline.",
"CheckPageForUpdates": "Check this page for continuous site updates."
},
+ "ErrorPages": {
+ "NotFound": "Page not found"
+ },
"NavigationBar": {
"Discover": "Discover",
"Search": "Search",
@@ -283,6 +286,7 @@
},
"MediaDetails": {
"Denied": "Denied",
+ "Trailers": "Trailers",
"RecommendationsTitle": "Recommendations",
"SimilarTitle": "Similar",
"VideosTitle": "Videos",