Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment