浏览代码

Update text domain (#4013)

Rolf Allard van Hagen 4 年之前
父节点
当前提交
c633342220
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',
 				array(
 					'name'         => 'seedlet-alternating-grid',
-					'label'        => __( 'Alternating Grid', 'seedlet' ),
+					'label'        => __( 'Alternating Grid', 'seedlet-blocks' ),
 					'style_handle' => 'seedlet-alternating-grid',
 				)
 			);
@@ -27,7 +27,7 @@ if ( ! function_exists( 'seedlet_blocks_register_block_styles' ) ) :
 				'a8c/blog-posts',
 				array(
 					'name'         => 'seedlet-alternating-grid',
-					'label'        => __( 'Alternating Grid', 'seedlet' ),
+					'label'        => __( 'Alternating Grid', 'seedlet-blocks' ),
 					'style_handle' => 'seedlet-alternating-grid',
 				)
 			);