Skip to content

Commit

Permalink
Make string translatable. (WordPress#60368)
Browse files Browse the repository at this point in the history
Co-authored-by: afercia <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: richtabor <[email protected]>
  • Loading branch information
4 people authored and cbravobernal committed Apr 9, 2024
1 parent 8f76e7b commit 8a1975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/snackbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function UnforwardedSnackbar(
{ explicitDismiss && (
<span
role="button"
aria-label="Dismiss this notice"
aria-label={ __( 'Dismiss this notice' ) }
tabIndex={ 0 }
className="components-snackbar__dismiss-button"
onClick={ dismissMe }
Expand Down

0 comments on commit 8a1975b

Please sign in to comment.