Ver código fonte

Update text domain (#4013)

Rolf Allard van Hagen 4 anos atrás
pai
commit
c633342220
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      seedlet-blocks/inc/block-styles.php

+ 2 - 2
seedlet-blocks/inc/block-styles.php

@@ -19,7 +19,7 @@ if ( ! function_exists( 'seedlet_blocks_register_block_styles' ) ) :
 				'core/latest-posts',
 				'core/latest-posts',
 				array(
 				array(
 					'name'         => 'seedlet-alternating-grid',
 					'name'         => 'seedlet-alternating-grid',
-					'label'        => __( 'Alternating Grid', 'seedlet' ),
+					'label'        => __( 'Alternating Grid', 'seedlet-blocks' ),
 					'style_handle' => 'seedlet-alternating-grid',
 					'style_handle' => 'seedlet-alternating-grid',
 				)
 				)
 			);
 			);
@@ -27,7 +27,7 @@ if ( ! function_exists( 'seedlet_blocks_register_block_styles' ) ) :
 				'a8c/blog-posts',
 				'a8c/blog-posts',
 				array(
 				array(
 					'name'         => 'seedlet-alternating-grid',
 					'name'         => 'seedlet-alternating-grid',
-					'label'        => __( 'Alternating Grid', 'seedlet' ),
+					'label'        => __( 'Alternating Grid', 'seedlet-blocks' ),
 					'style_handle' => 'seedlet-alternating-grid',
 					'style_handle' => 'seedlet-alternating-grid',
 				)
 				)
 			);
 			);