Skip to content

Commit

Permalink
Fixed typo on admin
Browse files Browse the repository at this point in the history
  • Loading branch information
duracelltomi committed May 2, 2024
1 parent 5ccafe9 commit ecc7092
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions admin/admin-tab-integrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,55 +204,55 @@
GTM4WP_OPTION_INTEGRATE_CONSENTMODE_ANALYTICS => array(
'label' => esc_html__( 'Analytics Storage', 'duracelltomi-google-tag-manager' ),
'description' => esc_html__(
'Select thic checkbox to make the analytics_storage flag "granted" by default.',
'Select this checkbox to make the analytics_storage flag "granted" by default.',
'duracelltomi-google-tag-manager'
),
'phase' => GTM4WP_PHASE_STABLE,
),
GTM4WP_OPTION_INTEGRATE_CONSENTMODE_ADS => array(
'label' => esc_html__( 'Ad Storage', 'duracelltomi-google-tag-manager' ),
'description' => esc_html__(
'Select thic checkbox to make the ad_storage flag "granted" by default.',
'Select this checkbox to make the ad_storage flag "granted" by default.',
'duracelltomi-google-tag-manager'
),
'phase' => GTM4WP_PHASE_STABLE,
),
GTM4WP_OPTION_INTEGRATE_CONSENTMODE_AD_USER_DATA => array(
'label' => esc_html__( 'Ad User Data', 'duracelltomi-google-tag-manager' ),
'description' => esc_html__(
'Select thic checkbox to make the ad_user_data flag "granted" by default.',
'Select this checkbox to make the ad_user_data flag "granted" by default.',
'duracelltomi-google-tag-manager'
),
'phase' => GTM4WP_PHASE_STABLE,
),
GTM4WP_OPTION_INTEGRATE_CONSENTMODE_AD_PERSO => array(
'label' => esc_html__( 'Ad Personalization', 'duracelltomi-google-tag-manager' ),
'description' => esc_html__(
'Select thic checkbox to make the ad_personalization flag "granted" by default.',
'Select this checkbox to make the ad_personalization 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 functionality_storage flag "granted" by default.',
'Select this 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 security_storage flag "granted" by default.',
'Select this checkbox to make the security_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 personalization_storage flag "granted" by default.',
'Select this checkbox to make the personalization_storage flag "granted" by default.',
'duracelltomi-google-tag-manager'
),
'phase' => GTM4WP_PHASE_STABLE,
Expand Down

0 comments on commit ecc7092

Please sign in to comment.