We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33fd306 + a372f56 commit 97c312bCopy full SHA for 97c312b
app/code/Magento/Theme/view/frontend/templates/js/cookie_status.phtml
@@ -10,7 +10,7 @@
10
?>
11
12
<div class="cookie-status-message" id="cookie-status">
13
- <?= $block->escapeHtml(__('The store will not work correctly in the case when cookies are disabled.')); ?>
+ <?= $block->escapeHtml(__('The store will not work correctly when cookies are disabled.')); ?>
14
</div>
15
<?php
16
$script = 'document.querySelector("#cookie-status").style.display = "none";';
0 commit comments