Skip to content

Commit

Permalink
Adjust labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jun 18, 2024
1 parent bf2f699 commit 25ccad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/url-popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const URLPopover = forwardRef(
<Popover
ref={ ref }
role="dialog"
aria-label={ __( 'Link settings' ) }
aria-label={ __( 'Edit URL' ) }
className="block-editor-url-popover"
focusOnMount={ focusOnMount }
placement={ computedPlacement }
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/social-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const SocialLinkURLPopover = ( {
return (
<URLPopover
anchor={ popoverAnchor }
aria-label={ __( 'Edit social link' ) }
onClose={ () => {
setPopover( false );
popoverAnchor?.focus();
Expand Down

0 comments on commit 25ccad7

Please sign in to comment.