From 6f2d8e652f3697d943d9a5f504059f071b93b3d2 Mon Sep 17 00:00:00 2001 From: Nik Tsekouras Date: Tue, 13 Aug 2024 17:55:15 +0300 Subject: [PATCH] Update the copy of quick edit tooltip (#64475) Co-authored-by: ntsekouras Co-authored-by: youknowriad Co-authored-by: jasmussen --- packages/edit-site/src/components/post-list/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/edit-site/src/components/post-list/index.js b/packages/edit-site/src/components/post-list/index.js index 35ecaaa8424fd4..bbfece24518495 100644 --- a/packages/edit-site/src/components/post-list/index.js +++ b/packages/edit-site/src/components/post-list/index.js @@ -366,11 +366,7 @@ export default function PostList( { postType } ) { size="compact" isPressed={ quickEdit } icon={ drawerRight } - label={ - ! quickEdit - ? __( 'Show quick edit sidebar' ) - : __( 'Close quick edit sidebar' ) - } + label={ __( 'Toggle details panel' ) } onClick={ () => { history.push( { ...location.params,