diff --git a/404.php b/404.php
index 33ac3e8..a4ba766 100644
--- a/404.php
+++ b/404.php
@@ -2,14 +2,13 @@
-
+
-
- - home page', 'roots'), home_url()); ?>
- - Back button', 'roots'); ?>
+
+
\ No newline at end of file
diff --git a/lib/utils.php b/lib/utils.php
index 9aa8d71..7e0dfe1 100644
--- a/lib/utils.php
+++ b/lib/utils.php
@@ -84,7 +84,7 @@ function roots_title() {
} elseif (is_search()) {
printf(__('Search Results for %s', 'roots'), get_search_query());
} elseif (is_404()) {
- _e('File Not Found', 'roots');
+ _e('Not Found', 'roots');
} else {
the_title();
}