Skip to content

Commit 708b376

Browse files
adjusted upsell text
1 parent 1097476 commit 708b376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/pro-control/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ const LABELS = {
153153
'design-library-saved-patterns': {
154154
title: __( 'Design Library Saved Patterns', i18n ),
155155
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>
156+
<li>{ __( 'Save entire block layouts in a click', i18n ) }</li>
157+
<li>{ __( 'Apply styling options to each saved pattern', i18n ) }</li>
158+
<li>{ __( 'Import and export your custom patterns across sites', i18n ) }</li>
159159
</ul>,
160160
},
161161
}

0 commit comments

Comments
 (0)