Skip to content

Commit a372f56

Browse files
authored
Fix language in cookie_status.phtml
The cookie disabled message contains a poorly-worded sentence. This is a suggested fix to the sentence. Dropped "in the case".
1 parent ea236e7 commit a372f56

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
@@ -9,7 +9,7 @@
99
?>
1010

1111
<div class="cookie-status-message" id="cookie-status">
12-
<?= $block->escapeHtml(__('The store will not work correctly in the case when cookies are disabled.')); ?>
12+
<?= $block->escapeHtml(__('The store will not work correctly when cookies are disabled.')); ?>
1313
</div>
1414
<script type="text/x-magento-init">
1515
{

0 commit comments

Comments
 (0)