Manos Chorianopoulos

fix share coupon confirmation popup titles

...@@ -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>
......
...@@ -81,7 +81,7 @@ import SwiftEventBus ...@@ -81,7 +81,7 @@ import SwiftEventBus
81 81
82 nameLabel.text = couponSetData?.name ?? "" 82 nameLabel.text = couponSetData?.name ?? ""
83 // descriptionLabel.text = couponSetData?.short_description ?? "" 83 // descriptionLabel.text = couponSetData?.short_description ?? ""
84 - descriptionLabel.text = "Επίλεξε τον αριθμό από τον οποίο θα στείλεις το δώρο και καταχώρησε το COSMOTE τηλέφωνο του φίλου σου." 84 + descriptionLabel.text = "Επίλεξε το κινητό από το οποίο θα γίνει η αποστολή και συμπλήρωσε το COSMOTE κινητό που θα λάβει το δώρο."
85 85
86 senderLabel.text = "Αποστολέας" 86 senderLabel.text = "Αποστολέας"
87 senderArrowImage.image = UIImage(named: "ic_down_dark", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) 87 senderArrowImage.image = UIImage(named: "ic_down_dark", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil)
...@@ -133,7 +133,7 @@ import SwiftEventBus ...@@ -133,7 +133,7 @@ import SwiftEventBus
133 // MARK: - Functions 133 // MARK: - Functions
134 func showSendDialog() -> Void { 134 func showSendDialog() -> Void {
135 135
136 - let alert = UIAlertController(title: "Στείλε δώρο", message: "Είσαι σίγουρος ότι θέλεις να κάνεις δώρο το κουπόνι σου;", preferredStyle: .alert) 136 + let alert = UIAlertController(title: "Κάνε δώρο", message: "Είσαι σίγουρος /-ή ότι θέλεις να κάνεις δώρο το κουπόνι σου;", preferredStyle: .alert)
137 let cancelButton = UIAlertAction(title: "Άκυρο", style: .default, handler: { action in 137 let cancelButton = UIAlertAction(title: "Άκυρο", style: .default, handler: { action in
138 switch action.style{ 138 switch action.style{
139 case .default: 139 case .default:
......