Skip to content

Commit

Permalink
Fixed Issue #1731
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Dec 20, 2024
1 parent f31aa8c commit a1ff04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
'total-discount' => 'Discount (:symbol)',
'total-tax' => 'Tax (:symbol)',
'total-adjustment' => 'Adjustment (:symbol)',
'grand-total' => 'Grant Total (:symbol)',
'grand-total' => 'Grand Total (:symbol)',
'discount-amount' => 'Discount amount',
'tax-amount' => 'Tax amount',
'adjustment-amount' => 'Adjustment amount',
Expand Down Expand Up @@ -516,7 +516,7 @@
'total-discount' => 'Discount (:symbol)',
'total-tax' => 'Tax (:symbol)',
'total-adjustment' => 'Adjustment (:symbol)',
'grand-total' => 'Grant Total (:symbol)',
'grand-total' => 'Grand Total (:symbol)',
'discount-amount' => 'Discount amount',
'tax-amount' => 'Tax amount',
'adjustment-amount' => 'Adjustment amount',
Expand Down

0 comments on commit a1ff04c

Please sign in to comment.