Skip to content

Commit

Permalink
Image: Updated the featured image text in dropdown (#67775)
Browse files Browse the repository at this point in the history
Co-authored-by: benazeer-ben <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: timse201 <[email protected]>
  • Loading branch information
4 people authored Dec 10, 2024
1 parent 358fe48 commit 20a9a81
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -1126,7 +1126,7 @@ export default function Image( {
id &&
clientId === selectedClientIds[ 0 ] && (
<MenuItem onClick={ setPostFeatureImage }>
{ __( 'Set featured image' ) }
{ __( 'Set as featured image' ) }
</MenuItem>
)
}
Expand Down

0 comments on commit 20a9a81

Please sign in to comment.