Manos Chorianopoulos

fix nonTelco popup title

...@@ -43,7 +43,7 @@ import SwiftEventBus ...@@ -43,7 +43,7 @@ import SwiftEventBus
43 43
44 // if ((profile != nil) && (profile?._nonTelco == true)) { 44 // if ((profile != nil) && (profile?._nonTelco == true)) {
45 if (swiftApi().getUserNonTelco() == true) { 45 if (swiftApi().getUserNonTelco() == true) {
46 - nonTelcoDialog("", "Παρακαλούμε πολύ πρόσθεσε τις συνδέσεις σου στην COSMOTE για να έχεις πρόσβαση στα προνόμια του νέου Loyalty προγράμματος της COSMOTE!"); 46 + nonTelcoDialog("Δεν έχεις προσθέσει τις συνδέσεις σου", "Παρακαλούμε πολύ πρόσθεσε τις συνδέσεις σου στην COSMOTE για να έχεις πρόσβαση στα προνόμια του νέου Loyalty προγράμματος της COSMOTE!");
47 } 47 }
48 48
49 backgroundImage.image = UIImage(named: "coupons_scrollview_white", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) 49 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 για να έχεις πρόσβαση στα προνόμια του νέου Loyalty προγράμματος της COSMOTE!");
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)
......