Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -66,7 +66,8 @@ import SwiftEventBus | ... | @@ -66,7 +66,8 @@ import SwiftEventBus |
| 66 | couponImageHeight.constant = self.uiscreen.height * 0.25 | 66 | couponImageHeight.constant = self.uiscreen.height * 0.25 |
| 67 | 67 | ||
| 68 | nameLabel.text = couponSetData?.name ?? "" | 68 | nameLabel.text = couponSetData?.name ?? "" |
| 69 | - descriptionLabel.text = couponSetData?.short_description ?? "" | 69 | + // descriptionLabel.text = couponSetData?.short_description ?? "" |
| 70 | + descriptionLabel.text = "Επίλεξε τον αριθμό από τον οποίο θα στείλεις το δώρο και καταχώρησε το COSMOTE τηλέφωνο του φίλου σου." | ||
| 70 | 71 | ||
| 71 | senderLabel.text = "Αποστολέας" | 72 | senderLabel.text = "Αποστολέας" |
| 72 | senderArrowImage.image = UIImage(named: "ic_down_dark", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | 73 | senderArrowImage.image = UIImage(named: "ic_down_dark", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) | ... | ... |
-
Please register or login to post a comment