Manos Chorianopoulos

fix CouponVC description

......@@ -49,7 +49,8 @@ import UIKit
couponImageHeight.constant = self.uiscreen.height * 0.25
nameLabel.text = couponset?.name ?? ""
descriptionLabel.text = couponset?.short_description ?? ""
let htmlDescrText = couponset?.description ?? ""
descriptionLabel.text = htmlDescrText.htmlToString
redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
redeemButton.setTitle("Απόκτησέ το", for: .normal)
......