Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -96,7 +96,7 @@ import SwiftEventBus | ... | @@ -96,7 +96,7 @@ import SwiftEventBus |
| 96 | 96 | ||
| 97 | func showSuccessDialog() -> Void { | 97 | func showSuccessDialog() -> Void { |
| 98 | 98 | ||
| 99 | - let alert = UIAlertController(title: "Ακύρωση Κουπονιού", message: "Το ενιαίο κουπόνι σου ακυρώθηκε επιτυχώς. Βρες τα μεμονωμένα κουπόνια στο καλάθι SUPERMARKET DEALS.", preferredStyle: .alert) | 99 | + let alert = UIAlertController(title: "Ακύρωση Κουπονιού", message: "Το ενιαίο κουπόνι σου ακυρώθηκε επιτυχώς. Βρες τα μεμονωμένα κουπόνια στο My Rewards.", preferredStyle: .alert) |
| 100 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 100 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
| 101 | switch action.style{ | 101 | switch action.style{ |
| 102 | case .default: | 102 | case .default: | ... | ... |
-
Please register or login to post a comment