We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee58081 + 0cdbb54 commit b807dabCopy full SHA for b807dab
CryptomatorTests/Purchase/PurchaseViewModelTests.swift
@@ -168,7 +168,7 @@ class PurchaseViewModelTests: IAPViewModelTestCase {
168
}
169
170
private var lifetimeLicenseCell: Item {
171
- let productDetail = SalePromo.isSummer2025Active() ? "\(SalePromo.summer2025Emoji) \(SalePromo.summer2025Discount)" : nil
+ let productDetail = SalePromo.isAutumn2025Active() ? "\(SalePromo.autumn2025Emoji) \(SalePromo.autumn2025Discount)" : nil
172
return .purchaseCell(.init(productName: LocalizedString.getValue("purchase.product.lifetimeLicense"),
173
productDetail: productDetail,
174
price: "$11.99",
0 commit comments