From 4ec391550b92bc34782aaecd57c460bef14f663e Mon Sep 17 00:00:00 2001 From: James Koster Date: Mon, 19 Jun 2023 14:16:27 +0100 Subject: [PATCH] Reinstate 'all' --- .../src/components/sidebar-navigation-screen-templates/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-templates/index.js b/packages/edit-site/src/components/sidebar-navigation-screen-templates/index.js index 853eda5cc78ba..d0e0abb2f7d3f 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-templates/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-templates/index.js @@ -40,7 +40,7 @@ const config = { title: __( 'Library' ), loading: __( 'Loading library' ), notFound: __( 'No patterns found' ), - manage: __( 'Manage template parts' ), + manage: __( 'Manage all template parts' ), reusableBlocks: __( 'Manage reusable blocks' ), description: __( 'Template Parts are small pieces of a layout that can be reused across multiple templates and always appear the same way. Common template parts include the site header, footer, or sidebar.'