diff --git a/packages/block-library/src/cover/edit/inspector-controls.js b/packages/block-library/src/cover/edit/inspector-controls.js index fcacf44e1c685..f99180d7601fd 100644 --- a/packages/block-library/src/cover/edit/inspector-controls.js +++ b/packages/block-library/src/cover/edit/inspector-controls.js @@ -206,9 +206,7 @@ export default function CoverInspectorControls( { isImgElement && ( setAttributes( { alt: newAlt } ) @@ -217,11 +215,12 @@ export default function CoverInspectorControls( { <> { __( - 'Describe the purpose of the image' + 'Describe the purpose of the image.' ) } +
{ __( - 'Leave empty if the image is purely decorative.' + 'Leave empty if decorative.' ) } } diff --git a/packages/block-library/src/image/edit.native.js b/packages/block-library/src/image/edit.native.js index 3ffd377005af9..804ae9e1671f6 100644 --- a/packages/block-library/src/image/edit.native.js +++ b/packages/block-library/src/image/edit.native.js @@ -578,7 +578,7 @@ export class ImageEdit extends Component { footerNote={ <> { __( - 'Describe the purpose of the image. Leave empty if the image is purely decorative.' + 'Describe the purpose of the image. Leave empty if decorative.' ) }{ ' ' } { __( - 'Describe the purpose of the image' + 'Describe the purpose of the image.' ) } - { __( - 'Leave empty if the image is purely decorative.' - ) } +
+ { __( 'Leave empty if decorative.' ) } } /> diff --git a/packages/block-library/src/media-text/edit.js b/packages/block-library/src/media-text/edit.js index 8472de229f7ac..7f46febcef517 100644 --- a/packages/block-library/src/media-text/edit.js +++ b/packages/block-library/src/media-text/edit.js @@ -270,17 +270,16 @@ function MediaTextEdit( { attributes, isSelected, setAttributes, clientId } ) { { mediaType === 'image' && ( - { __( 'Describe the purpose of the image' ) } + { __( 'Describe the purpose of the image.' ) } - { __( - 'Leave empty if the image is purely decorative.' - ) } +
+ { __( 'Leave empty if decorative.' ) } } />