Skip to content

Commit

Permalink
Meta boxes: Fix typo "metabox pane" to "meta box panel". (WordPress#6…
Browse files Browse the repository at this point in the history
…6502)

Co-authored-by: peterwilsoncc <peterwilsoncc@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: isaeedam <isaeedam@git.wordpress.org>
  • Loading branch information
4 people authored and karthick-murugan committed Nov 13, 2024
1 parent b0999ee commit e9d473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function MetaBoxesMain( { isLegacy } ) {
</Tooltip>
<VisuallyHidden id={ separatorHelpId }>
{ __(
'Use up and down arrow keys to resize the metabox pane.'
'Use up and down arrow keys to resize the meta box panel.'
) }
</VisuallyHidden>
</>
Expand Down

0 comments on commit e9d473c

Please sign in to comment.