update the cookie consent control.
This commit is contained in:
@ -117,16 +117,13 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ConsentBody" xml:space="preserve">
|
||||
<value>
|
||||
<div class="gdpr-consent-bar bg-light text-dark p-3 fixed-bottom">
|
||||
<div class="container-fluid d-flex justify-content-between align-items-center">
|
||||
<div>
|
||||
By clicking "Accept", you agree us to use cookies to ensure you get the best experience on our website.
|
||||
</div>
|
||||
<button class="btn btn-primary" type="submit">Accept</button>
|
||||
</div>
|
||||
</div>
|
||||
</value>
|
||||
<data name="Apply" xml:space="preserve">
|
||||
<value>Apply</value>
|
||||
</data>
|
||||
<data name="ConsentDescription" xml:space="preserve">
|
||||
<value>By clicking "Accept", you agree us to use cookies to ensure you get the best experience on our website.</value>
|
||||
</data>
|
||||
<data name="Privacy" xml:space="preserve">
|
||||
<value>Privacy</value>
|
||||
</data>
|
||||
</root>
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
@ -147,4 +147,10 @@
|
||||
<data name="Site" xml:space="preserve">
|
||||
<value>Site</value>
|
||||
</data>
|
||||
<data name="DisplayCookieConsent.HelpText" xml:space="preserve">
|
||||
<value>Specify whether display the cookie consent bar.</value>
|
||||
</data>
|
||||
<data name="DisplayCookieConsent.Text" xml:space="preserve">
|
||||
<value>Display Cookie Consent?</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user