Manos Chorianopoulos

fix texts

......@@ -114,7 +114,7 @@ import AVFoundation
expirationLabel.text = "Το κουπόνι ισχύει έως " + (coupon?.expiration ?? "")
redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
redeemButton.setTitle("Κάνε δώρο!", for: .normal)
redeemButton.setTitle("Κάνε δώρο", for: .normal)
redeemButton.setTitleColor(.white, for: .normal)
redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00)
redeemButton.layer.cornerRadius = 12.0
......
......@@ -1459,7 +1459,7 @@
</constraints>
<fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="Κάνε δώρο!">
<state key="normal" title="Κάνε δώρο">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
......
......@@ -15,7 +15,7 @@ import UIKit
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("Κάνε δώρο!")
setNavigationTitle("Κάνε δώρο")
}
......
......@@ -49,7 +49,7 @@ import SwiftEventBus
// Do any additional setup after loading the view.
setBackButton()
setNavigationTitle("Κάνε δώρο!")
setNavigationTitle("Κάνε δώρο")
backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil)
......