Update text domain (#4013)

This commit is contained in:
Rolf Allard van Hagen 2021-06-09 20:45:40 +02:00 committed by GitHub
parent cf614afd75
commit c633342220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
)
);