From 51e803cbe05b2c939b04ba82267fad30bb0ba70b Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Mon, 29 May 2023 15:40:54 +1000 Subject: [PATCH] Library: Revert description change until new grid view lands --- .../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 c689ae063b15b5..fc0caffc213353 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 ) => {