Skip to content

Commit 1c4ebe1

Browse files
committed
Remove localized string for add coupon button
1 parent 9b5aeb4 commit 1c4ebe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WooCommerce/Classes/ViewRelated/Coupons/CouponListViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ private extension CouponListViewController {
299299
"No coupons found",
300300
comment: "The title on the placeholder overlay when there are no coupons on the coupon list screen.")
301301

302-
static let addCouponButton = NSLocalizedString("Add Coupon", comment: "Title for the action button to add coupon on the coupon list screen.")
303-
304302
static let accessibilityLabelSearchCoupons = NSLocalizedString("Search coupons", comment: "Accessibility label for the Search Coupons button")
305303
static let accessibilityHintSearchCoupons = NSLocalizedString(
306304
"Retrieves a list of coupons that contain a given keyword.",

0 commit comments

Comments
 (0)