Browse Source

Sorry

Sorry rather than Oops!
master
MikeRawlins 9 years ago
parent
commit
8b0d111cb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      404.php

+ 1
- 1
404.php View File

@@ -14,7 +14,7 @@ get_header(); ?>


<section class="error-404 not-found"> <section class="error-404 not-found">
<header class="page-header"> <header class="page-header">
<h1 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'twentyfifteen' ); ?></h1>
<h1 class="page-title"><?php _e( 'Sorry! That page can&rsquo;t be found.', 'twentyfifteen' ); ?></h1>
</header><!-- .page-header --> </header><!-- .page-header -->


<div class="page-content"> <div class="page-content">


Loading…
Cancel
Save