File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
WooCommerce/Classes/ViewRelated/Dashboard/Settings/Beta features Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments