Fixes unstranslatable string on block description.
This commit is contained in:
parent
623f208f02
commit
06046e76ed
|
@ -25,7 +25,7 @@ registerBlockType('tainacan/carousel-terms-list', {
|
|||
</svg>,
|
||||
category: 'tainacan-blocks',
|
||||
keywords: [ __( 'terms', 'tainacan' ), __( 'carousel', 'tainacan' ), __( 'slider', 'tainacan' ), __( 'taxonomy', 'tainacan' ) ],
|
||||
description: __('List terms on a Carousel, showing their thumbnails or a preview of items.'),
|
||||
description: __('List terms on a Carousel, showing their thumbnails or a preview of items.', 'tainacan'),
|
||||
attributes: {
|
||||
content: {
|
||||
type: 'array',
|
||||
|
|
Loading…
Reference in New Issue