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 759cf80 commit b5f44f2Copy full SHA for b5f44f2
app/code/Magento/Theme/view/frontend/templates/js/calendar.phtml
@@ -28,7 +28,7 @@ require([
28
firstDay: <?= /* @noEscape */ $firstDay ?>,
29
closeText: "<?= /* @noEscape */ __('Close') ?>",
30
currentText: "<?= /* @noEscape */ __('Go Today') ?>",
31
- prevText: "<?= /* @noEscape */ __('Previous')) ?>",
+ prevText: "<?= /* @noEscape */ __('Previous') ?>",
32
nextText: "<?= /* @noEscape */ __('Next') ?>",
33
weekHeader: "<?= /* @noEscape */ __('WK') ?>",
34
timeText: "<?= /* @noEscape */ __('Time') ?>",
0 commit comments