From f5d9bbe4471d9064415916d5d7fdb0d96e9b6085 Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Mon, 3 Feb 2025 19:12:54 +0100 Subject: [PATCH 1/3] Update admin.js --- src/welcome/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome/admin.js b/src/welcome/admin.js index a8127a61f..2bd4870a0 100644 --- a/src/welcome/admin.js +++ b/src/welcome/admin.js @@ -673,7 +673,7 @@ const EditorSettings = props => { { editor.children.length > 0 &&

{ __( 'Editor', i18n ) }

-

{ __( 'You can customize some of the features and behavior of Stackable in the editor here.' ) }

+

{ __( 'You can customize some of the features and behavior of Stackable in the editor here.', i18n ) }

Date: Mon, 3 Feb 2025 19:16:00 +0100 Subject: [PATCH 2/3] Update admin.js --- src/welcome/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome/admin.js b/src/welcome/admin.js index 2bd4870a0..ca0788185 100644 --- a/src/welcome/admin.js +++ b/src/welcome/admin.js @@ -772,7 +772,7 @@ const EditorSettings = props => { { inspector.children.length > 0 &&

{ __( 'Inspector', i18n ) }

-

{ __( 'You can customize some of the features and behavior of Stackable in the inspector here.' ) }

+

{ __( 'You can customize some of the features and behavior of Stackable in the inspector here.', i18n ) }

Date: Mon, 3 Feb 2025 21:28:52 +0100 Subject: [PATCH 3/3] Update admin.js --- src/welcome/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome/admin.js b/src/welcome/admin.js index ca0788185..937da9dc5 100644 --- a/src/welcome/admin.js +++ b/src/welcome/admin.js @@ -234,7 +234,7 @@ const SEARCH_TREE = [ { id: 'optimizations', children: [ - __( 'Frontend JS & CSS Files' ), + __( 'Frontend JS & CSS Files', i18n ), ], }, {