Skip to content

Commit d18b4c6

Browse files
authored
fix: move font pairs, change pro notice (#3461)
* fix: move font pairs, change pro notice * chore: copy fix for e2e
1 parent df0adcc commit d18b4c6

File tree

4 files changed

+7
-2498
lines changed

4 files changed

+7
-2498
lines changed

e2e/tests/global-settings.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test.describe( 'Global Settings', () => {
2121
editor,
2222
} ) => {
2323
await page.getByLabel( 'Stackable Settings' ).click()
24+
await page.getByRole( 'button', { name: 'Global Color Palette' } ).click()
2425

2526
// Add a new Global Color
2627
const panel = page.locator( '.ugb-global-settings-color-picker ' ).filter( { hasText: 'Global Colors' } )

src/components/pro-control/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ const LABELS = {
118118
</ul>,
119119
},
120120
'font-pairs': {
121-
title: __( 'Add Your Own Font Pairs', i18n ),
121+
title: __( 'Premium Typography', i18n ),
122122
description: <ul>
123-
<li>{ __( 'Add your own custom Font Pairs', i18n ) }</li>
124-
<li>{ __( 'Manage your custom Font Pairs', i18n ) }</li>
123+
<li>{ __( 'Access to 90+ curated font pairs', i18n ) }</li>
124+
<li>{ __( 'Create your own custom font pairs', i18n ) }</li>
125125
</ul>,
126126
},
127127
}

0 commit comments

Comments
 (0)