diff --git a/admin/admin-tab-integrate.php b/admin/admin-tab-integrate.php
index 34404715..db2f166e 100644
--- a/admin/admin-tab-integrate.php
+++ b/admin/admin-tab-integrate.php
@@ -188,12 +188,11 @@
'label' => esc_html__( 'Google Consent Mode', 'duracelltomi-google-tag-manager' ),
'description' => sprintf(
// translators: 1: opening anchor tag linking to Google's documentation about the consent mode command. 2: Closing anchor tag.
- gtm4wp_safe_admin_html(
- 'Enable this checkbox if you wish to execute the "default" command of %1$sGoogle Consent Mode%2$s before the container loads.
+ gtm4wp_safe_admin_html( __( 'Enable this checkbox if you wish to execute the "default" command of %1$sGoogle Consent Mode%2$s before the container loads.
The "update" command needs to be executed from your consent management tool.
DO NOT enable this feature if your consent manager tool supports firing both the "default" and the "update" command.',
'duracelltomi-google-tag-manager'
- ),
+ ) ),
'',
''
),
diff --git a/admin/admin.php b/admin/admin.php
index 76764bcc..79b26adf 100644
--- a/admin/admin.php
+++ b/admin/admin.php
@@ -733,7 +733,7 @@ function gtm4wp_admin_init() {
GTM4WP_ADMIN_GROUP_GENERAL,
array(
'label_for' => GTM4WP_ADMIN_GROUP_CONTAINERON,
- 'description' => gtm4wp_safe_admin_html( 'Turning OFF the Google Tag Manager container itself will remove both the head and the body part of the container code but leave data layer codes working.
This should be only used in specific cases where you need to place the container code manually or using another tool.', 'duracelltomi-google-tag-manager' ),
+ 'description' => gtm4wp_safe_admin_html( __( 'Turning OFF the Google Tag Manager container itself will remove both the head and the body part of the container code but leave data layer codes working.
This should be only used in specific cases where you need to place the container code manually or using another tool.', 'duracelltomi-google-tag-manager' ) ),
)
);