Showing
5 changed files
with
4 additions
and
4 deletions
No preview for this file type
... | @@ -114,7 +114,7 @@ import AVFoundation | ... | @@ -114,7 +114,7 @@ import AVFoundation |
114 | expirationLabel.text = "Το κουπόνι ισχύει έως " + (coupon?.expiration ?? "") | 114 | expirationLabel.text = "Το κουπόνι ισχύει έως " + (coupon?.expiration ?? "") |
115 | 115 | ||
116 | redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | 116 | redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) |
117 | - redeemButton.setTitle("Κάντο δώρο!", for: .normal) | 117 | + redeemButton.setTitle("Κάνε δώρο!", for: .normal) |
118 | redeemButton.setTitleColor(.white, for: .normal) | 118 | redeemButton.setTitleColor(.white, for: .normal) |
119 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) | 119 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) |
120 | redeemButton.layer.cornerRadius = 12.0 | 120 | redeemButton.layer.cornerRadius = 12.0 | ... | ... |
... | @@ -1459,7 +1459,7 @@ | ... | @@ -1459,7 +1459,7 @@ |
1459 | </constraints> | 1459 | </constraints> |
1460 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> | 1460 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> |
1461 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 1461 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
1462 | - <state key="normal" title="Κάντο δώρο!"> | 1462 | + <state key="normal" title="Κάνε δώρο!"> |
1463 | <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 1463 | <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
1464 | </state> | 1464 | </state> |
1465 | <connections> | 1465 | <connections> | ... | ... |
... | @@ -49,7 +49,7 @@ import SwiftEventBus | ... | @@ -49,7 +49,7 @@ import SwiftEventBus |
49 | 49 | ||
50 | // Do any additional setup after loading the view. | 50 | // Do any additional setup after loading the view. |
51 | setBackButton() | 51 | setBackButton() |
52 | - setNavigationTitle("Κάντο δώρο!") | 52 | + setNavigationTitle("Κάνε δώρο!") |
53 | 53 | ||
54 | backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | 54 | backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) |
55 | 55 | ... | ... |
-
Please register or login to post a comment