From 7ad7087795e3a6903ff07993b7ff69c458e33ede Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Mon, 29 May 2023 16:22:40 +1000 Subject: [PATCH] Library: Revert description change until new grid view lands (#51039) --- .../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 c689ae063b15b..fc0caffc21335 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 @@ -43,7 +43,7 @@ const config = { manage: __( 'Manage all template parts' ), reusableBlocks: __( 'Manage reusable blocks' ), description: __( - 'Manage what patterns are available when editing your site.' + '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.' ), }, sortCallback: ( items ) => {