Skip to content

Commit

Permalink
Merge pull request krayin#1855 from amit-webkul/trans
Browse files Browse the repository at this point in the history
🔧 [v2.0] : Fixed Issue krayin#1731
  • Loading branch information
devansh-webkul authored Jan 13, 2025
2 parents 150d2dc + a1ff04c commit 5dd869c
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 @@ -487,7 +487,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 @@ -518,7 +518,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 5dd869c

Please sign in to comment.