{__( "Ce bloc n'est relié à aucune question. Rattachez-le à une fiche question dans la barre latérale.", - "homegrade-blocks__texte-backoffice" + "homegrade-blocks" )}
> diff --git a/blocks/_oldBlocks/rich-paragraph/src/edit.js b/blocks/_oldBlocks/rich-paragraph/src/edit.js index 2aae381..fc4dba7 100644 --- a/blocks/_oldBlocks/rich-paragraph/src/edit.js +++ b/blocks/_oldBlocks/rich-paragraph/src/edit.js @@ -67,7 +67,7 @@ export default function Edit({ attributes, setAttributes }) { className="homegrade-content-blocks-rich-paragraph" onChange={(value) => setAttributes({ montexte: value })} value={montexte} - placeholder={__("Votre Text Monsieur", "homegrade-blocks__texte-fonctionnel")} + placeholder={__("Votre Text Monsieur", "homegrade-blocks")} tagName="h2" allowedFormats={[]} style={{ textAlign: textAlignment }}