Bug 34793: (QA follow-up): forgotten 'Cookie consents'=>'Cookies policy'
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
71a41086ef
commit
5a03a66453
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ tables:
|
|||
lang: "default"
|
||||
|
||||
- additional_content_id: 5
|
||||
title: "Cookie consent bar"
|
||||
title: "Cookie policy bar"
|
||||
content:
|
||||
- "<p>The online catalog uses functional cookies: these are essential to make the site work.</p>"
|
||||
lang: "default"
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h2 class="modal-title" id="cookieConsentModalLabel">Cookie consent</h2>
|
||||
<h2 class="modal-title" id="cookieConsentModalLabel">Cookies policy</h2>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
[% IF ( CookieConsentPopup && CookieConsentPopup.content && CookieConsentPopup.content.count >0 ) %]
|
||||
|
|
Loading…
Reference in a new issue