Minor error message fix.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:01:52 +0000 (12:01 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:01:52 +0000 (12:01 -0400)
page.php

index 6d4c978..c918d38 100755 (executable)
--- a/page.php
+++ b/page.php
@@ -23,7 +23,7 @@
             <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
             <?php endwhile; else:?>
-                <p><?php _e('Sorry, no posts yet');?></p>
+                <p><?php _e('Sorry, no results found.');?></p>
             <?php endif;?>
         </div>
         <div class="row">