From 8c3ae55073955a1c5d3554a76a65084bf7d5e04b Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Fri, 28 Mar 2025 08:42:35 +0100 Subject: [PATCH] Update index.js --- src/plugins/global-settings/typography/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/global-settings/typography/index.js b/src/plugins/global-settings/typography/index.js index 5750f59620..172088429b 100644 --- a/src/plugins/global-settings/typography/index.js +++ b/src/plugins/global-settings/typography/index.js @@ -301,7 +301,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 ], @@ -364,7 +364,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-typography', { showProNotice && } -

{ __( 'Typography Settings' ) }

+

{ __( 'Typography Settings', i18n ) }

{ TYPOGRAPHY_TAGS.map( ( { label, selector, help, }, index ) => {