fix incorrect i18n namespace

This commit is contained in:
Ray Elliott 2020-08-16 19:48:34 +01:00
parent a2a7f4bebf
commit 1d078d3e35
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const INNER_TEMPLATE = [
];
registerBlockType(`${NAMESPACE}/${SLUG}`, {
title: __(BLOCK_TITLE, SLUG),
title: __(BLOCK_TITLE, NAMESPACE),
category: 'widgets',