From 1d078d3e35a5b51852140aca6f10814a0ff18b85 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 16 Aug 2020 19:48:34 +0100 Subject: [PATCH] fix incorrect i18n namespace --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 3844ab5..0144e33 100644 --- a/src/index.js +++ b/src/index.js @@ -15,7 +15,7 @@ const INNER_TEMPLATE = [ ]; registerBlockType(`${NAMESPACE}/${SLUG}`, { - title: __(BLOCK_TITLE, SLUG), + title: __(BLOCK_TITLE, NAMESPACE), category: 'widgets',