Browse Source

Update spearhead/functions.php

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Maggie 4 years ago
parent
commit
6499acd4ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -263,7 +263,7 @@ if ( ! function_exists( 'seedlet_entry_meta_footer' ) ) :
 			sprintf(
 				wp_kses(
 					/* translators: %s: Name of current post. Only visible to screen readers. */
-					__( 'Edit <span class="screen-reader-text">%s</span>', 'seedlet' ),
+					__( 'Edit <span class="screen-reader-text">%s</span>', 'spearhead' ),
 					array(
 						'span' => array(
 							'class' => array(),