Manos Chorianopoulos

verbal fix

...@@ -80,7 +80,7 @@ import UIKit ...@@ -80,7 +80,7 @@ import UIKit
80 80
81 // okButton 81 // okButton
82 okButton.titleLabel?.font = UIFont(name: "PeridotPE-Bold", size: 15) 82 okButton.titleLabel?.font = UIFont(name: "PeridotPE-Bold", size: 15)
83 - okButton.setTitle("Επιστροφή στο Supermarket Deals", for: .normal) 83 + okButton.setTitle("Επιστροφή", for: .normal)
84 okButton.setTitleColor(.white, for: .normal) 84 okButton.setTitleColor(.white, for: .normal)
85 okButton.backgroundColor = UIColor(rgb: 0x0EA600) 85 okButton.backgroundColor = UIColor(rgb: 0x0EA600)
86 okButton.layer.cornerRadius = 10.0 86 okButton.layer.cornerRadius = 10.0
......