Skip to content

Commit b5f44f2

Browse files
author
Hwashiang Yu
committed
MC-17400: Calendar template update
- Updated calendar template
1 parent 759cf80 commit b5f44f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require([
2828
firstDay: <?= /* @noEscape */ $firstDay ?>,
2929
closeText: "<?= /* @noEscape */ __('Close') ?>",
3030
currentText: "<?= /* @noEscape */ __('Go Today') ?>",
31-
prevText: "<?= /* @noEscape */ __('Previous')) ?>",
31+
prevText: "<?= /* @noEscape */ __('Previous') ?>",
3232
nextText: "<?= /* @noEscape */ __('Next') ?>",
3333
weekHeader: "<?= /* @noEscape */ __('WK') ?>",
3434
timeText: "<?= /* @noEscape */ __('Time') ?>",

0 commit comments

Comments
 (0)