File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/Classes/ViewRelated/Orders/Order Creation/PaymentSection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ struct OrderPaymentSection: View {
7878 shouldShowFeeLineDetails = true
7979 }
8080 } else {
81- Button ( Localization . addFees ) {
81+ Button ( Localization . addFee ) {
8282 shouldShowFeeLineDetails = true
8383 }
8484 . buttonStyle ( PlusButtonStyle ( ) )
@@ -95,7 +95,7 @@ private extension OrderPaymentSection {
9595 static let orderTotal = NSLocalizedString ( " Order Total " , comment: " Label for the the row showing the total cost of the order " )
9696 static let addShipping = NSLocalizedString ( " Add Shipping " , comment: " Title text of the button that adds shipping line when creating a new order " )
9797 static let shippingTotal = NSLocalizedString ( " Shipping " , comment: " Label for the row showing the cost of shipping in the order " )
98- static let addFees = NSLocalizedString ( " Add Fees " , comment: " Title text of the button that adds fees when creating a new order " )
98+ static let addFee = NSLocalizedString ( " Add Fee " , comment: " Title text of the button that adds a fee when creating a new order " )
9999 static let feesTotal = NSLocalizedString ( " Fees " , comment: " Label for the row showing the cost of fees in the order " )
100100 static let taxesTotal = NSLocalizedString ( " Taxes " , comment: " Label for the row showing the taxes in the order " )
101101 }
You can’t perform that action at this time.
0 commit comments