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 1097476 commit 708b376Copy full SHA for 708b376
src/components/pro-control/index.js
@@ -153,9 +153,9 @@ const LABELS = {
153
'design-library-saved-patterns': {
154
title: __( 'Design Library Saved Patterns', i18n ),
155
description: <ul>
156
- <li>{ __( 'Save your own patterns', i18n ) }</li>
157
- <li>{ __( 'Edit and manage your own library of reusable patterns', i18n ) }</li>
158
- <li>{ __( 'Import and export saved patterns between sites', i18n ) }</li>
+ <li>{ __( 'Save entire block layouts in a click', i18n ) }</li>
+ <li>{ __( 'Apply styling options to each saved pattern', i18n ) }</li>
+ <li>{ __( 'Import and export your custom patterns across sites', i18n ) }</li>
159
</ul>,
160
},
161
}
0 commit comments