diff --git a/src/plugins/global-settings/typography/index.js b/src/plugins/global-settings/typography/index.js index 11d3ad98a7..04d12a8781 100644 --- a/src/plugins/global-settings/typography/index.js +++ b/src/plugins/global-settings/typography/index.js @@ -446,7 +446,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-typography',
-

{ __( 'Preset Font Pairs' ) }

+

{ __( 'Preset Font Pairs', i18n ) }

{ isPro && applyFilters( 'stackable.global-settings.typography.font-pairs.addFontPair', [ ...FONT_PAIRS, ...customFontPairs ], @@ -509,7 +509,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-typography', { showProNotice && } -

{ __( 'Typography Settings' ) }

+

{ __( 'Typography Settings', i18n ) }