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 87dbc74 commit f5d9bbeCopy full SHA for f5d9bbe
src/welcome/admin.js
@@ -673,7 +673,7 @@ const EditorSettings = props => {
673
{ editor.children.length > 0 &&
674
<div className="s-setting-group">
675
<h2>{ __( 'Editor', i18n ) }</h2>
676
- <p className="s-settings-subtitle">{ __( 'You can customize some of the features and behavior of Stackable in the editor here.' ) } </p>
+ <p className="s-settings-subtitle">{ __( 'You can customize some of the features and behavior of Stackable in the editor here.', i18n ) } </p>
677
<AdminToggleSetting
678
label={ __( 'Stackable Text as Default Block', i18n ) }
679
searchedSettings={ blocks.children }
0 commit comments