Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pitamdey committed Dec 10, 2024
1 parent 358fe48 commit 6ed8d75
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 6ed8d75

Please sign in to comment.