Skip to content

Commit 98556dd

Browse files
author
Oleksii Korshenko
authored
ENGCOM-621: Fix grammar in demo store notice #13877
2 parents dce8f03 + 6d00f82 commit 98556dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Theme/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Remove,Remove
107107
"For the best experience on our site, be sure to turn on Javascript in your browser.","For the best experience on our site, be sure to turn on Javascript in your browser."
108108
"Local Storage seems to be disabled in your browser.","Local Storage seems to be disabled in your browser."
109109
"For the best experience on our site, be sure to turn on Local Storage in your browser.","For the best experience on our site, be sure to turn on Local Storage in your browser."
110-
"This is demo store. No orders will be fulfilled.","This is demo store. No orders will be fulfilled."
110+
"This is a demo store. No orders will be fulfilled.","This is a demo store. No orders will be fulfilled."
111111
"Items %1 to %2 of %3 total","Items %1 to %2 of %3 total"
112112
"%1 Item","%1 Item"
113113
"%1 Item(s)","%1 Item(s)"

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)