Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -44,7 +44,7 @@ import SwiftEventBus | ... | @@ -44,7 +44,7 @@ import SwiftEventBus |
44 | 44 | ||
45 | // if ((profile != nil) && (profile?._nonTelco == true)) { | 45 | // if ((profile != nil) && (profile?._nonTelco == true)) { |
46 | if (swiftApi().getUserNonTelco() == true) { | 46 | if (swiftApi().getUserNonTelco() == true) { |
47 | - nonTelcoDialog("Δεν έχεις προσθέσει τις συνδέσεις σου", "Παρακαλούμε πολύ πρόσθεσε τις συνδέσεις σου στην COSMOTE για να έχεις πρόσβαση στα προνόμια του νέου Loyalty προγράμματος της COSMOTE!"); | 47 | + nonTelcoDialog("Αδυναμία ενεργοποίησης", "Πρόσθεσε σύνδεση COSMOTE σταθερής, κινητής ή TV για να έχεις πρόσβαση στις προσφορές."); |
48 | } | 48 | } |
49 | 49 | ||
50 | backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | 50 | backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | ... | ... |
... | @@ -61,7 +61,7 @@ import SwiftEventBus | ... | @@ -61,7 +61,7 @@ import SwiftEventBus |
61 | 61 | ||
62 | // if ((profile != nil) && (profile?._nonTelco == true)) { | 62 | // if ((profile != nil) && (profile?._nonTelco == true)) { |
63 | if (swiftApi().getUserNonTelco() == true) { | 63 | if (swiftApi().getUserNonTelco() == true) { |
64 | - showDialog("Δεν έχεις προσθέσει τις συνδέσεις σου", "Παρακαλούμε πολύ πρόσθεσε τις συνδέσεις σου στην COSMOTE για να έχεις πρόσβαση στα προνόμια του νέου Loyalty προγράμματος της COSMOTE!"); | 64 | + showDialog("Αδυναμία ενεργοποίησης", "Πρόσθεσε σύνδεση COSMOTE σταθερής, κινητής ή TV για να έχεις πρόσβαση στις προσφορές."); |
65 | } | 65 | } |
66 | 66 | ||
67 | headerImage.image = UIImage(named: "ic_background_circle", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | 67 | headerImage.image = UIImage(named: "ic_background_circle", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | ... | ... |
-
Please register or login to post a comment