File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/Classes/ViewRelated/Coupons/Add and Edit Coupons Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class AddEditCouponViewModel: ObservableObject {
2222 }
2323 }
2424
25- /// Text representing the label of the amount field, localized based on discount type.
25+ /// Label representing the label of the amount field, localized based on discount type.
2626 ///
2727 var amountLabel : String {
2828 switch discountType {
@@ -35,7 +35,7 @@ final class AddEditCouponViewModel: ObservableObject {
3535 }
3636 }
3737
38- /// Text representing the label of the amount textfield subtitle, localized based on discount type.
38+ /// Label representing the label of the amount textfield subtitle, localized based on discount type.
3939 ///
4040 var amountSubtitleLabel : String {
4141 switch discountType {
You can’t perform that action at this time.
0 commit comments