Skip to content

Commit

Permalink
Make 'All pages' view label consistent with template and patterns (#5…
Browse files Browse the repository at this point in the history
…9009)

Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: huzaifaalmesbah <huzaifaalmesbah@git.wordpress.org>
  • Loading branch information
5 people authored Feb 16, 2024
1 parent 983aa82 commit 26deca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* WordPress dependencies
*/
import { __, _x } from '@wordpress/i18n';
import { __ } from '@wordpress/i18n';
import { trash } from '@wordpress/icons';

/**
Expand Down Expand Up @@ -49,7 +49,7 @@ const DEFAULT_PAGE_BASE = {
export const DEFAULT_VIEWS = {
page: [
{
title: _x( 'All', 'pages' ),
title: __( 'All pages' ),
slug: 'all',
view: DEFAULT_PAGE_BASE,
},
Expand Down

1 comment on commit 26deca1

@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 26deca1.
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/7933363332
📝 Reported issues:

Please sign in to comment.