From eac5050455c71f50708d8da622927b38ae0f3f5a Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 9 May 2024 16:58:32 +0200 Subject: [PATCH] Update one occurrence of block List View by removing the word block. --- packages/editor/src/components/preferences-modal/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/preferences-modal/index.js b/packages/editor/src/components/preferences-modal/index.js index fd05dcf269a1bc..f3378d76d994b2 100644 --- a/packages/editor/src/components/preferences-modal/index.js +++ b/packages/editor/src/components/preferences-modal/index.js @@ -70,7 +70,7 @@ export default function EditorPreferencesModal( { extraSections = {} } ) { scope="core" featureName="showListViewByDefault" help={ __( - 'Opens the block List View sidebar by default.' + 'Opens the List View sidebar by default.' ) } label={ __( 'Always open List View' ) } />