fix incorrect i18n namespace
This commit is contained in:
parent
a2a7f4bebf
commit
1d078d3e35
|
@ -15,7 +15,7 @@ const INNER_TEMPLATE = [
|
||||||
];
|
];
|
||||||
|
|
||||||
registerBlockType(`${NAMESPACE}/${SLUG}`, {
|
registerBlockType(`${NAMESPACE}/${SLUG}`, {
|
||||||
title: __(BLOCK_TITLE, SLUG),
|
title: __(BLOCK_TITLE, NAMESPACE),
|
||||||
|
|
||||||
category: 'widgets',
|
category: 'widgets',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue