Skip to content

Commit d3cbbcc

Browse files
committed
fix: localized string lenght
1 parent 8f392e0 commit d3cbbcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Coupons/Add and Edit Coupons/AddEditCouponViewModel.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)