Skip to content

Commit

Permalink
corrected Consent Mode flag names in admin page description texts
Browse files Browse the repository at this point in the history
  • Loading branch information
duracelltomi committed Dec 13, 2023
1 parent 291e75a commit 6f2a3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/admin-tab-integrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,31 +258,31 @@
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,
),
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,
),
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,
),
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,
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down

0 comments on commit 6f2a3f5

Please sign in to comment.