Skip to content

Commit

Permalink
Add an aria label to the site save dialog (#47898)
Browse files Browse the repository at this point in the history
* Add an aria label to the site save dialog

* Update wording

Co-authored-by: Alex Stine <[email protected]>

---------

Co-authored-by: Kai Hao <[email protected]>
Co-authored-by: Alex Stine <[email protected]>
  • Loading branch information
3 people authored and ntsekouras committed Feb 13, 2023
1 parent cfb3cfd commit d4c6581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/edit-site/src/components/save-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export default function SavePanel() {
className="edit-site-save-panel__modal"
onRequestClose={ onClose }
__experimentalHideHeader
contentLabel={ __(
'Save site, content, and template changes'
) }
>
<EntitiesSavedStates close={ onClose } />
</Modal>
Expand Down

1 comment on commit d4c6581

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d4c6581.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4162655428
📝 Reported issues:

Please sign in to comment.