Fetch status instead of status label

This commit is contained in:
sanjeev 2022-09-07 11:02:27 +05:30
parent d2d1128187
commit bfcf83c4cc
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
</span>
<span class="value">
{{ __('admin::app.notification.order-status-messages.'.strtolower($order->status_label)) }}
{{ __('admin::app.notification.order-status-messages.'.strtolower($order->status)) }}
</span>
</div>