Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/2.19.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-snowdog committed May 18, 2021
2 parents 8c33c91 + b8056da commit 0151123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
### Removed

## [Released]
## [2.19.2] - 2021-05-18
### Fixed
- fix sales status label (#78562)

## [2.19.1] - 2021-05-17
### Fixed
- not visible images in minicart (#78682)
Expand Down
2 changes: 1 addition & 1 deletion Magento_Sales/templates/order/title.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php $_order = $block->getOrder() ?>

<span class="dashboard__status margin-bottom-xs">
<?= $block->escapeHtml($_order->getStatus()) ?>
<?= $block->escapeHtml($_order->getStatusLabel()) ?>
</span>

1 comment on commit 0151123

@vercel
Copy link

@vercel vercel bot commented on 0151123 May 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.