updating plugin and blocks translation namespace
This commit is contained in:
parent
71ea43db0c
commit
ca237ed837
|
|
@ -61,7 +61,7 @@ export default function Edit({ attributes, setAttributes }) {
|
|||
<InspectorControls>
|
||||
<PanelBody
|
||||
className="homegrade-blocks-components-image__panel-body homegrade-blocks-components-icon__panel-body"
|
||||
title={__("Icone", "homegrade-blocks__texte-backoffice")}
|
||||
title={__("Icone", "homegrade-blocks")}
|
||||
>
|
||||
{tipIconUrl && (
|
||||
<img className="icon-preview" src={tipIconUrl} alt={tipIconAlt} />
|
||||
|
|
@ -75,8 +75,8 @@ export default function Edit({ attributes, setAttributes }) {
|
|||
onSelect={setTipIconAttributes}
|
||||
name={
|
||||
!tipIconUrl
|
||||
? __("Ajouter", "homegrade-blocks__texte-backoffice")
|
||||
: __("Remplacer", "homegrade-blocks__texte-backoffice")
|
||||
? __("Ajouter", "homegrade-blocks")
|
||||
: __("Remplacer", "homegrade-blocks")
|
||||
}
|
||||
/>
|
||||
{tipIconUrl && (
|
||||
|
|
@ -94,7 +94,7 @@ export default function Edit({ attributes, setAttributes }) {
|
|||
</PanelBody>
|
||||
<PanelBody
|
||||
className="homegrade-blocks-tips-to-know__panel-body"
|
||||
title={__("Sous-Titre", "homegrade-blocks__texte-backoffice")}
|
||||
title={__("Sous-Titre", "homegrade-blocks")}
|
||||
>
|
||||
<ToggleControl
|
||||
label="Utiliser des Sous-titres"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user