update text
This commit is contained in:
parent
51a917457e
commit
d0023fa12a
|
@ -57,9 +57,9 @@ export function edit({ className, attributes, setAttributes }) {
|
|||
|
||||
const InspectorControlsComponent = () => (
|
||||
<InspectorControls>
|
||||
<PanelBody title={__('Icon size', 'room-vw')}>
|
||||
<PanelBody title={__('Icon Size', 'room-vw')}>
|
||||
<RangeControl
|
||||
label={`${__('Font size', 'room-vw')} (${
|
||||
label={`${__('Font Size', 'room-vw')} (${
|
||||
attributes.fontUnit
|
||||
})`}
|
||||
value={attributes.fontSize}
|
||||
|
@ -83,7 +83,7 @@ export function edit({ className, attributes, setAttributes }) {
|
|||
}}
|
||||
/>
|
||||
</PanelBody>
|
||||
<PanelBody title={__('Icon variations', 'room-vw')}>
|
||||
<PanelBody title={__('Icon Variations', 'room-vw')}>
|
||||
<ToggleControl
|
||||
label={__('Inline', 'room-vw')}
|
||||
checked={attributes.isInline}
|
||||
|
@ -103,7 +103,7 @@ export function edit({ className, attributes, setAttributes }) {
|
|||
<BlockControls>
|
||||
<Toolbar>
|
||||
<ToolbarButton
|
||||
label={__('Replace icon', 'room-vw')}
|
||||
label={__('Replace Icon', 'room-vw')}
|
||||
icon="admin-generic"
|
||||
onClick={openModal}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue