diff --git a/admin/admin-tab-integrate.php b/admin/admin-tab-integrate.php index 4d60525e..1e5f52ad 100644 --- a/admin/admin-tab-integrate.php +++ b/admin/admin-tab-integrate.php @@ -258,7 +258,7 @@ GTM4WP_OPTION_INTEGRATE_CONSENTMODE_ANALYTICS => array( 'label' => esc_html__( 'Analytics Storage', 'duracelltomi-google-tag-manager' ), 'description' => esc_html__( - 'Select thic checkbox to make the ad_storage flag "granted" by default.', + 'Select thic checkbox to make the analytics_storage flag "granted" by default.', 'duracelltomi-google-tag-manager' ), 'phase' => GTM4WP_PHASE_STABLE, @@ -266,7 +266,7 @@ GTM4WP_OPTION_INTEGRATE_CONSENTMODE_PERSO => array( 'label' => esc_html__( 'Personalization Storage', 'duracelltomi-google-tag-manager' ), 'description' => esc_html__( - 'Select thic checkbox to make the ad_storage flag "granted" by default.', + 'Select thic checkbox to make the personalization_storage flag "granted" by default.', 'duracelltomi-google-tag-manager' ), 'phase' => GTM4WP_PHASE_STABLE, @@ -274,7 +274,7 @@ GTM4WP_OPTION_INTEGRATE_CONSENTMODE_FUNC => array( 'label' => esc_html__( 'Functionality Storage', 'duracelltomi-google-tag-manager' ), 'description' => esc_html__( - 'Select thic checkbox to make the ad_storage flag "granted" by default.', + 'Select thic checkbox to make the functionality_storage flag "granted" by default.', 'duracelltomi-google-tag-manager' ), 'phase' => GTM4WP_PHASE_STABLE, @@ -282,7 +282,7 @@ GTM4WP_OPTION_INTEGRATE_CONSENTMODE_SECURUTY => array( 'label' => esc_html__( 'Security Storage', 'duracelltomi-google-tag-manager' ), 'description' => esc_html__( - 'Select thic checkbox to make the ad_storage flag "granted" by default.', + 'Select thic checkbox to make the security_storage flag "granted" by default.', 'duracelltomi-google-tag-manager' ), 'phase' => GTM4WP_PHASE_STABLE, diff --git a/readme.txt b/readme.txt index 6ad85730..9d49a619 100644 --- a/readme.txt +++ b/readme.txt @@ -236,6 +236,7 @@ https://gtm4wp.com/how-to-articles/how-to-exclude-admin-users-from-being-tracked = 1.19.1 = * Fixed: run additional checks when determing product category to prevent PHP errors in certain cases +* Fixed: corrected Consent Mode flag names in admin page description texts = 1.19 =