Skip to content

Commit 5d22b3c

Browse files
authored
Update admin.js
1 parent f5d9bbe commit 5d22b3c

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
@@ -772,7 +772,7 @@ const EditorSettings = props => {
772772
{ inspector.children.length > 0 &&
773773
<div className="s-setting-group">
774774
<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>
775+
<p className="s-settings-subtitle">{ __( 'You can customize some of the features and behavior of Stackable in the inspector here.', i18n ) }</p>
776776
<AdminToggleSetting
777777
label={ __( 'Don\'t show help video tooltips', i18n ) }
778778
searchedSettings={ inspector.children }

0 commit comments

Comments
 (0)