Changing cookie banner text

Customers can change the text that is related to the cookie banner. The IDs that are associated with the text are shown here. Customers must update the text in the desktop area of the .zip file and the text in the mobile area of the .zip file..

  • CookieBanner.Accept: contains the text for the Accept button
  • CookieBanner.Reject: contains the text for the Reject button
  • CookieBanner.LearnMore: contains the text for the Learn More button
  • CookieBanner.CookieNotice: contains the text for the Cookie Notice dialog header
  • CookieBanner.CookieBannerText: contains the message displayed on the Cookie Banner when assumeConsentByDefault was set to true
  • CookieBanner.CookieBannerTextReq: contains the message displayed on the Cookie Banner when assumeConsentByDefault was set to false
  • CookieBanner.CookieNoticeText: contains the message displayed on the Cookie Notice dialog

To change the text in any of these areas on Desktop, navigate to

  1. Navigate to the file. For desktop, open lang.parent.js file at html\lang\lang.parent.js. For mobile, open lang.en.js at html\lang\lang.en.js.
  2. Search for the ID that is associated with the text.
  3. Edit the text.
  4. Save the file.