Skip to content

Commit

Permalink
404 error
Browse files Browse the repository at this point in the history
Signed-off-by: Norik Davtian <norik@bigemployee.com>
  • Loading branch information
NorikDavtian committed Mar 14, 2014
1 parent b6e2de2 commit b0875a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -7,7 +7,7 @@
get_header('layout'); get_header('layout');
?> ?>
<header class="page-header"> <header class="page-header">
<h1 class="page-title"><?php _e('Not Found', 'bigblank'); ?></h1> <h1 class="page-title"><?php _e('404 : Not Found', 'bigblank'); ?></h1>
</header> </header>
<div class="page-content"> <div class="page-content">
<p><?php _e('It looks like nothing was found at this location. Maybe try a search?', 'bigblank'); ?></p> <p><?php _e('It looks like nothing was found at this location. Maybe try a search?', 'bigblank'); ?></p>
Expand Down

0 comments on commit b0875a2

Please sign in to comment.