Skip to content

Commit

Permalink
Change Background color label to Overlay color.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Feb 17, 2025
1 parent 142a586 commit 61e8228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ function CoverEdit( {
onChange={ onSetOverlayColor }
clearable={ false }
asButtons
aria-label={ __( 'Background color' ) }
aria-label={ __( 'Overlay color' ) }
/>
</div>
</CoverPlaceholder>
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/list-view.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ test.describe( 'List View', () => {
await editor.canvas
.getByRole( 'document', { name: 'Block: Cover' } )
.getByRole( 'group', {
name: 'Background color',
name: 'Overlay color',
} )
.getByRole( 'button' )
.first()
Expand Down

0 comments on commit 61e8228

Please sign in to comment.