Skip to content

Commit 97c312b

Browse files
committed
Merge branch 'patch-2' of github.com:sean-breeden/magento2 into 2.4-develop-prs
2 parents 33fd306 + a372f56 commit 97c312b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/js/cookie_status.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
?>
1111

1212
<div class="cookie-status-message" id="cookie-status">
13-
<?= $block->escapeHtml(__('The store will not work correctly in the case when cookies are disabled.')); ?>
13+
<?= $block->escapeHtml(__('The store will not work correctly when cookies are disabled.')); ?>
1414
</div>
1515
<?php
1616
$script = 'document.querySelector("#cookie-status").style.display = "none";';

0 commit comments

Comments
 (0)