Explorar o código

#6047: Seedlet: Fix no post message (#6064)

Bob Matyas %!s(int64=3) %!d(string=hai) anos
pai
achega
a730d5050f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      seedlet/template-parts/content/content-none.php

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

@@ -21,7 +21,7 @@
 			?>
 
 			<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 this page - but you don't have any Posts published.", 'seedlet' ); ?></p>
 			<p>
 				<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>" class="button">
 					<?php