slight changes on translations namespaces
This commit is contained in:
parent
0f4cbb9c60
commit
25bb923ae3
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user