Skip to content

Commit fcd7de4

Browse files
committed
fix: comments
1 parent c722cdf commit fcd7de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)