Manos Chorianopoulos

fix texts

...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> 7 <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key>
8 <dict> 8 <dict>
9 <key>orderHint</key> 9 <key>orderHint</key>
10 - <integer>1</integer> 10 + <integer>0</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> 7 <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key>
8 <dict> 8 <dict>
9 <key>orderHint</key> 9 <key>orderHint</key>
10 - <integer>0</integer> 10 + <integer>1</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
...@@ -158,7 +158,7 @@ import AVFoundation ...@@ -158,7 +158,7 @@ import AVFoundation
158 expirationLabel.text = "Το κουπόνι ισχύει έως " + (coupon?.expiration ?? "") 158 expirationLabel.text = "Το κουπόνι ισχύει έως " + (coupon?.expiration ?? "")
159 159
160 redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 18) 160 redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 18)
161 - redeemButton.setTitle("Κάνε δώρο", for: .normal) 161 + redeemButton.setTitle("Δώρισε το", for: .normal)
162 redeemButton.setTitleColor(.white, for: .normal) 162 redeemButton.setTitleColor(.white, for: .normal)
163 redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) 163 redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00)
164 redeemButton.layer.cornerRadius = 8.0 164 redeemButton.layer.cornerRadius = 8.0
......
...@@ -1500,7 +1500,7 @@ ...@@ -1500,7 +1500,7 @@
1500 </constraints> 1500 </constraints>
1501 <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> 1501 <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/>
1502 <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> 1502 <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
1503 - <state key="normal" title="Κάνε δώρο"> 1503 + <state key="normal" title="Δώρισε το">
1504 <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 1504 <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1505 </state> 1505 </state>
1506 <connections> 1506 <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: MyEmptyClass.resourceBundle(), compatibleWith: nil) 54 backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: MyEmptyClass.resourceBundle(), compatibleWith: nil)
55 55
...@@ -154,7 +154,7 @@ import SwiftEventBus ...@@ -154,7 +154,7 @@ import SwiftEventBus
154 // MARK: - Functions 154 // MARK: - Functions
155 func showSendDialog() -> Void { 155 func showSendDialog() -> Void {
156 156
157 - let alert = UIAlertController(title: "Κάνε δώρο", message: "Είσαι σίγουρος /-ή ότι θέλεις να κάνεις δώρο το κουπόνι σου;", preferredStyle: .alert) 157 + let alert = UIAlertController(title: "Δώρισε το", message: "Είσαι σίγουρος /-ή ότι θέλεις να κάνεις δώρο το κουπόνι σου;", preferredStyle: .alert)
158 let cancelButton = UIAlertAction(title: "Άκυρο", style: .default, handler: { action in 158 let cancelButton = UIAlertAction(title: "Άκυρο", style: .default, handler: { action in
159 switch action.style{ 159 switch action.style{
160 case .default: 160 case .default:
...@@ -321,7 +321,7 @@ import SwiftEventBus ...@@ -321,7 +321,7 @@ import SwiftEventBus
321 extension ShareViewController: NumbersPopupDelegate { 321 extension ShareViewController: NumbersPopupDelegate {
322 @objc func numbersPopupTapped(_ sender: Any) { 322 @objc func numbersPopupTapped(_ sender: Any) {
323 if (self.numbersList.count == 0) { 323 if (self.numbersList.count == 0) {
324 - self.showDialogWithBack("Κάνε δώρο","Για την αποστολή του δώρου σου χρειάζεται να έχεις κινητό COSMOTE.") 324 + self.showDialogWithBack("Δώρισε το","Για την αποστολή του δώρου σου χρειάζεται να έχεις κινητό COSMOTE.")
325 } else { 325 } else {
326 let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) 326 let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self))
327 // self.storyboard? 327 // self.storyboard?
......