Manos Chorianopoulos

Voucher banner verbal fix

...@@ -62,7 +62,7 @@ import UIKit ...@@ -62,7 +62,7 @@ import UIKit
62 voucherBannerView.backgroundColor = .white 62 voucherBannerView.backgroundColor = .white
63 voucherBannerIconImage.image = voucherBannerIconImage.image?.withRenderingMode(.alwaysTemplate) 63 voucherBannerIconImage.image = voucherBannerIconImage.image?.withRenderingMode(.alwaysTemplate)
64 voucherBannerIconImage.tintColor = UIColor(red: 0.00, green: 0.65, blue: 0.89, alpha: 1.00) 64 voucherBannerIconImage.tintColor = UIColor(red: 0.00, green: 0.65, blue: 0.89, alpha: 1.00)
65 - voucherBannerLabel.text = "Ενημερώσου για το υπόλοιπο επιδότησης" 65 + voucherBannerLabel.text = "Δες το διαθέσιμο υπόλοιπο"
66 voucherBannerLabel.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00) 66 voucherBannerLabel.textColor = UIColor(red: 0.13, green: 0.13, blue: 0.13, alpha: 1.00)
67 voucherBannerLabel.frame.size.width = voucherBannerLabel.intrinsicContentSize.width 67 voucherBannerLabel.frame.size.width = voucherBannerLabel.intrinsicContentSize.width
68 voucherCountView.isHidden = true 68 voucherCountView.isHidden = true
......