Skip to content

Commit

Permalink
Add -> Choose
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 22, 2024
1 parent c8fe17b commit f21f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/site-logo/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ export default function LogoEdit( {
{ isLoading ? (
<Spinner />
) : (
__( 'Add Site Logo' )
__( 'Choose Site Logo' )
) }
</Button>
<DropZone onFilesDrop={ onFilesDrop } />
Expand Down

0 comments on commit f21f7c4

Please sign in to comment.