Manos Chorianopoulos

fix ShareVC descriptionLabel

......@@ -66,7 +66,8 @@ import SwiftEventBus
couponImageHeight.constant = self.uiscreen.height * 0.25
nameLabel.text = couponSetData?.name ?? ""
descriptionLabel.text = couponSetData?.short_description ?? ""
// descriptionLabel.text = couponSetData?.short_description ?? ""
descriptionLabel.text = "Επίλεξε τον αριθμό από τον οποίο θα στείλεις το δώρο και καταχώρησε το COSMOTE τηλέφωνο του φίλου σου."
senderLabel.text = "Αποστολέας"
senderArrowImage.image = UIImage(named: "ic_down_dark", in: Bundle(for: MyEmptyClass.self), compatibleWith: nil)
......