Skip to content

Commit 05909b3

Browse files
Apply suggestion from @westonruter
Co-authored-by: Weston Ruter <[email protected]>
1 parent 93d8f81 commit 05909b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/_enqueues/wp/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ themes.view.Installer = themes.view.Appearance.extend({
18071807
}
18081808

18091809
if ( ! tags ) {
1810-
wp.a11y.speak( wp.i18n.__( themes.data.l10n.selectFeatureFilter ) );
1810+
wp.a11y.speak( wp.i18n.__( 'Select one or more Theme features to filter by' ) );
18111811
return;
18121812
}
18131813

0 commit comments

Comments
 (0)