Преглед изворни кода

Update translation text domain to varia

Jordan пре 4 година
родитељ
комит
07b6d495ea
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      varia/template-parts/content/content-none.php

+ 2 - 2
varia/template-parts/content/content-none.php

@@ -22,13 +22,13 @@
 			?>
 
 			<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.", 'varia' ); ?></p>
 
 			<p>
 				<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>" class="button">
 					<?php
 					/* translators: 1: link to WP admin new post page. */
-					_e( 'Add or publish Posts', 'seedlet' );
+					_e( 'Add or publish Posts', 'varia' );
 					?>
 				</a>
 			</p>