Fixes unstranslatable string on block description.

This commit is contained in:
Mateus Machado Luna 2019-10-01 16:51:05 -03:00
parent 623f208f02
commit 06046e76ed
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ registerBlockType('tainacan/carousel-terms-list', {
</svg>, </svg>,
category: 'tainacan-blocks', category: 'tainacan-blocks',
keywords: [ __( 'terms', 'tainacan' ), __( 'carousel', 'tainacan' ), __( 'slider', 'tainacan' ), __( 'taxonomy', 'tainacan' ) ], 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: { attributes: {
content: { content: {
type: 'array', type: 'array',