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 and getdave committed Feb 20, 2024
1 parent e109bed commit 35f7226
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

0 comments on commit 35f7226

Please sign in to comment.