From 852ea645b402d41cdfe12a7056d3b85c5dcfec77 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Wed, 8 Nov 2023 09:27:36 -0700 Subject: [PATCH] Fix: Wrong text domains --- src/components/unit-control/unit-dropdown.js | 4 ++-- src/dashboard/go-pro/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/unit-control/unit-dropdown.js b/src/components/unit-control/unit-dropdown.js index 85419f13..a7f52e2f 100644 --- a/src/components/unit-control/unit-dropdown.js +++ b/src/components/unit-control/unit-dropdown.js @@ -16,7 +16,7 @@ export default function UnitDropdown( { value, onChange, units = [], disabled } <> { window.open( 'https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units', '_blank' ).focus(); } } - label={ __( 'Learn more about units', 'generateblocks' ) } + label={ __( 'Learn more about units', 'generatepress' ) } showTooltip={ true } > { getIcon( 'info' ) } diff --git a/src/dashboard/go-pro/index.js b/src/dashboard/go-pro/index.js index c6207427..4f862104 100644 --- a/src/dashboard/go-pro/index.js +++ b/src/dashboard/go-pro/index.js @@ -52,7 +52,7 @@ const GoPro = () => {
-

{ __( 'Take GeneratePress to the next level with more options, professionally designed starter sites, and block-based theme building.', 'gp-premium' ) }

+

{ __( 'Take GeneratePress to the next level with more options, professionally designed starter sites, and block-based theme building.', 'generatepress' ) }