slight changes on translations namespaces

This commit is contained in:
Antoine M 2023-10-17 17:32:45 +02:00
parent 0f4cbb9c60
commit 25bb923ae3
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"title": "Titre",
"category": "homegrade-blocks",
"icon": "smiley",
"description": "Bloc de titrage",
"description": "Bloc de titrage h2/h3/h4 avec ou sans icône",
"supports": {
"html": false
},

View File

@ -58,7 +58,7 @@ export default function Edit({
<>
<InspectorControls>
<PanelBody
title={__("Icone", "homegrade-blocks__texte-fonctionnel")}
title={__("Icone", "homegrade-blocks__texte-backoffice")}
initialOpen={true}
>
<ToggleControl
@ -139,7 +139,7 @@ export default function Edit({
disableLineBreaks
placeholder={__(
"Insérez votre titre ici",
"homegrade-blocks__texte-fonctionnel"
"homegrade-blocks__texte-backoffice"
)}
allowedFormats={["homegrade-format/tooltip"]}
tagName={headingLevel}