Browse Source

Tidy up quotes in translatable text

Jordan 4 years ago
parent
commit
cc5b05766d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      seedlet/template-parts/content/content-none.php

+ 1 - 1
seedlet/template-parts/content/content-none.php

@@ -20,7 +20,7 @@
 		if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
 
 			<p>
-			<?php _e( 'Your site is set to show the the most recent posts on your homepage - but you don\'t have any Posts published.', 'seedlet' ); ?></p>
+			<?php _e( "Your site is set to show the the most recent posts on your homepage - but you don't have any Posts published.", 'seedlet' ); ?></p>
 
 			<?php printf(
 				'<p>'