diff --git a/admin/partials/settings.php b/admin/partials/settings.php
index 7dc2d8a1..92766e58 100755
--- a/admin/partials/settings.php
+++ b/admin/partials/settings.php
@@ -13,7 +13,7 @@
-
+
|
@@ -27,7 +27,7 @@
-
+
|
@@ -59,7 +59,7 @@
-
+
|
@@ -71,7 +71,7 @@
-
+
|
@@ -84,7 +84,7 @@
-
+
|
@@ -126,7 +126,7 @@
-
+
|
@@ -139,7 +139,7 @@
-
+
|
@@ -236,7 +236,7 @@
@@ -250,7 +250,7 @@
@@ -270,7 +270,7 @@
@@ -286,7 +286,7 @@
@@ -298,7 +298,7 @@
@@ -323,7 +323,7 @@
@@ -337,7 +337,7 @@
@@ -376,7 +376,7 @@
@@ -395,7 +395,7 @@
@@ -407,7 +407,7 @@
diff --git a/admin/partials/templates/tmpl-consents.php b/admin/partials/templates/tmpl-consents.php
index 79c0af2f..5e5b59b6 100644
--- a/admin/partials/templates/tmpl-consents.php
+++ b/admin/partials/templates/tmpl-consents.php
@@ -9,7 +9,7 @@
@@ -28,7 +28,7 @@
@@ -40,7 +40,7 @@
diff --git a/admin/partials/templates/tmpl-cookies.php b/admin/partials/templates/tmpl-cookies.php
index 790d45fa..2d4f02dd 100644
--- a/admin/partials/templates/tmpl-cookies.php
+++ b/admin/partials/templates/tmpl-cookies.php
@@ -8,7 +8,7 @@
@@ -22,7 +22,7 @@
@@ -42,7 +42,7 @@
@@ -58,7 +58,7 @@
@@ -70,7 +70,7 @@
diff --git a/src/css/admin/_tooltips.scss b/src/css/admin/_tooltips.scss
index 53794991..c736ad43 100644
--- a/src/css/admin/_tooltips.scss
+++ b/src/css/admin/_tooltips.scss
@@ -1,5 +1,5 @@
/* Add this attribute to the element that needs a tooltip */
-[data-tooltip] {
+[data-gdprtooltip] {
position: relative;
z-index: 9999;
cursor: pointer;
@@ -22,7 +22,7 @@
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
- content: attr(data-tooltip);
+ content: attr(data-gdprtooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;