Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -342,7 +342,7 @@ import SwiftEventBus | ... | @@ -342,7 +342,7 @@ import SwiftEventBus | 
| 342 | 342 | ||
| 343 | let alert = UIAlertController(title: alertTitle, message: alertSubTitle, preferredStyle: .alert) | 343 | let alert = UIAlertController(title: alertTitle, message: alertSubTitle, preferredStyle: .alert) | 
| 344 | 344 | ||
| 345 | - let cancelButton = UIAlertAction(title: "Ακύρωση", style: .default, handler: { action in | 345 | + let cancelButton = UIAlertAction(title: "Κλείσιμο", style: .default, handler: { action in | 
| 346 | switch action.style{ | 346 | switch action.style{ | 
| 347 | case .default: | 347 | case .default: | 
| 348 | self.navigationController?.popViewController(animated: true) | 348 | self.navigationController?.popViewController(animated: true) | ... | ... | 
- 
Please register or login to post a comment