Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -212,7 +212,7 @@ import UIKit | ... | @@ -212,7 +212,7 @@ import UIKit |
| 212 | // QR Code section | 212 | // QR Code section |
| 213 | couponQRTitleLabel.font = UIFont(name: "PingLCG-Regular", size: 16) | 213 | couponQRTitleLabel.font = UIFont(name: "PingLCG-Regular", size: 16) |
| 214 | couponQRTitleLabel.textColor = UIColor(rgb: 0x000F1E) | 214 | couponQRTitleLabel.textColor = UIColor(rgb: 0x000F1E) |
| 215 | - couponQRTitleLabel.text = "QR Κουπονιού" | 215 | + couponQRTitleLabel.text = "Barcode Κουπονιού" |
| 216 | 216 | ||
| 217 | // Terms — from couponset_data terms | 217 | // Terms — from couponset_data terms |
| 218 | termsLabel.font = UIFont(name: "PingLCG-Regular", size: 16) | 218 | termsLabel.font = UIFont(name: "PingLCG-Regular", size: 16) | ... | ... |
-
Please register or login to post a comment