Skip to content

Commit

Permalink
Fix unlabeled PostURL Copy button. (#61195)
Browse files Browse the repository at this point in the history
Co-authored-by: afercia <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent b75dd7b commit 9b57aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-url/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function PostURL( { onClose } ) {
<Button
icon={ copySmall }
ref={ copyButtonRef }
label={ __( 'Copy' ) }
/>
}
label={ __( 'Link' ) }
Expand Down

0 comments on commit 9b57aeb

Please sign in to comment.