Skip to content
Prev Previous commit
Next Next commit
Image block.
  • Loading branch information
jasmussen committed Apr 12, 2022
commit e5de1032cb984ad3673e9165e8948b80a2849ba9
2 changes: 1 addition & 1 deletion packages/block-library/src/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default function Image( {
</BlockControls>
) }
<InspectorControls>
<PanelBody title={ __( 'Image settings' ) }>
<PanelBody title={ __( 'Settings' ) }>
{ ! multiImageSelection && (
<TextareaControl
label={ __( 'Alt text (alternative text)' ) }
Expand Down