We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d9bbe commit 5d22b3cCopy full SHA for 5d22b3c
src/welcome/admin.js
@@ -772,7 +772,7 @@ const EditorSettings = props => {
772
{ inspector.children.length > 0 &&
773
<div className="s-setting-group">
774
<h2>{ __( 'Inspector', i18n ) }</h2>
775
- <p className="s-settings-subtitle">{ __( 'You can customize some of the features and behavior of Stackable in the inspector here.' ) }</p>
+ <p className="s-settings-subtitle">{ __( 'You can customize some of the features and behavior of Stackable in the inspector here.', i18n ) }</p>
776
<AdminToggleSetting
777
label={ __( 'Don\'t show help video tooltips', i18n ) }
778
searchedSettings={ inspector.children }
0 commit comments