Skip to content

Commit f5d9bbe

Browse files
authored
Update admin.js
1 parent 87dbc74 commit f5d9bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/welcome/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ const EditorSettings = props => {
673673
{ editor.children.length > 0 &&
674674
<div className="s-setting-group">
675675
<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>
676+
<p className="s-settings-subtitle">{ __( 'You can customize some of the features and behavior of Stackable in the editor here.', i18n ) } </p>
677677
<AdminToggleSetting
678678
label={ __( 'Stackable Text as Default Block', i18n ) }
679679
searchedSettings={ blocks.children }

0 commit comments

Comments
 (0)