File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
WooCommerce/Classes/ViewRelated/Coupons/Add and Edit Coupons Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ private extension AddEditCouponViewModel {
8686 static let amountPercentSubtitle = NSLocalizedString ( " Set the percentage of the discount you want to offer. " ,
8787 comment: " The footer of the text field Amount in percentage in the view for adding or editing a coupon. " )
8888 static let amountFixedDiscountSubtitle = NSLocalizedString ( " Set the fixed amount of the discount you want to offer. " ,
89- comment: " The footer of the text field Amount with fixed discount in the view for adding or editing a coupon. " )
89+ comment: " The footer of the text field Amount with fixed " +
90+ " discount in the view for adding or editing a coupon. " )
9091 }
9192}
You can’t perform that action at this time.
0 commit comments