Skip to content

Commit 3f984a8

Browse files
committed
Update A simple cookie warning/warnCookies.js
1 parent 1a97662 commit 3f984a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

A simple cookie warning/warnCookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function checkCookieExist() {
117117
} else {
118118
// Display warning if cookies are disabled on browser
119119
document.getElementById("cookiesWarning").appendChild(newCookiesWarningDiv).setAttribute("id", "cookiesWarningActive");
120-
document.getElementById("cookiesWarningActive").innerHTML = "<span id='cookiesDisabled'><strong>Cookies are disabled.</strong><br /> Your browser currently not accepting cookies.</span>";
120+
document.getElementById("cookiesWarningActive").innerHTML = "<span id='cookiesDisabled'><strong>Cookies are disabled. We use cookies to give you the best online experience.</strong><br /> Your browser currently not accepting cookies.</span>";
121121
}
122122
}
123123

0 commit comments

Comments
 (0)