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