+
+
{globalize.translate('HeaderPageNotFound')}
+
{globalize.translate('PageNotFound')}
+
+ {globalize.translate('GoHome')}
+
+
+
+ );
+};
+
+export default FallbackRoute;
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 71de76a2ab..bb5f9cf80a 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -473,6 +473,7 @@
"HeaderNoLyrics": "No lyrics found",
"HeaderOnNow": "On Now",
"HeaderOtherItems": "Other Items",
+ "HeaderPageNotFound": "Page not found",
"HeaderParentalRatings": "Parental Ratings",
"HeaderPassword": "Password",
"HeaderPasswordReset": "Password Reset",
@@ -1315,6 +1316,7 @@
"PackageInstallCancelled": "{0} (version {1}) installation cancelled.",
"PackageInstallCompleted": "{0} (version {1}) installation completed.",
"PackageInstallFailed": "{0} (version {1}) installation failed.",
+ "PageNotFound": "This is not the page you are looking for.",
"ParentalRating": "Parental rating",
"PasswordMatchError": "Password and password confirmation must match.",
"PasswordRequiredForAdmin": "A password is required for admin accounts.",