Skip to content

Commit

Permalink
Add gettext content when translating 'Header'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzomir committed May 29, 2023
1 parent 62f2353 commit f5af86a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function InterfaceSkeleton(

const defaultLabels = {
/* translators: accessibility text for the top bar landmark region. */
header: __( 'Header' ),
header: _x( 'Header', 'header landmark area' ),
/* translators: accessibility text for the content landmark region. */
body: __( 'Content' ),
/* translators: accessibility text for the secondary sidebar landmark region. */
Expand Down

0 comments on commit f5af86a

Please sign in to comment.