Skip to content

Commit bc6aaee

Browse files
authored
Fix grammar in demo store notice
1 parent 87e96d3 commit bc6aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/notices.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require(['jquery'], function(jQuery){
5454
<?php if ($block->displayDemoNotice()): ?>
5555
<div class="message global demo">
5656
<div class="content">
57-
<p><?= /* @escapeNotVerified */ __('This is demo store. No orders will be fulfilled.') ?></p>
57+
<p><?= /* @escapeNotVerified */ __('This is a demo store. No orders will be fulfilled.') ?></p>
5858
</div>
5959
</div>
6060
<?php endif; ?>

0 commit comments

Comments
 (0)