Skip to content

Commit f26503a

Browse files
committed
Add new localized string for coupon management on beta features screen
1 parent ca51b4c commit f26503a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/Beta features/BetaFeaturesViewController.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,5 +455,11 @@ private extension BetaFeaturesViewController {
455455
static let productSKUInputScannerDescription = NSLocalizedString(
456456
"Test out scanning a barcode for a product SKU in the product inventory settings",
457457
comment: "Cell description on beta features screen to enable product SKU input scanner in inventory settings.")
458+
459+
static let couponManagementTitle = NSLocalizedString("Coupon Management", comment: "Cell title on beta features screen to enable coupon management")
460+
static let couponManagementDescription = NSLocalizedString(
461+
"Test out coupon management as we get ready to launch",
462+
comment: "Cell description on beta features screen to enable coupon management"
463+
)
458464
}
459465
}

0 commit comments

Comments
 (0)