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.
1 parent ea236e7 commit a372f56Copy full SHA for a372f56
app/code/Magento/Theme/view/frontend/templates/js/cookie_status.phtml
@@ -9,7 +9,7 @@
9
?>
10
11
<div class="cookie-status-message" id="cookie-status">
12
- <?= $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.')); ?>
13
</div>
14
<script type="text/x-magento-init">
15
{
0 commit comments