Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -3129,7 +3129,7 @@ public class swiftApi { | ... | @@ -3129,7 +3129,7 @@ public class swiftApi { |
| 3129 | 3129 | ||
| 3130 | func acceptSharingDialog(_ controller: UIViewController) -> Void { | 3130 | func acceptSharingDialog(_ controller: UIViewController) -> Void { |
| 3131 | 3131 | ||
| 3132 | - let alert = UIAlertController(title: "Συγχαρητήρια!", message: "Μόλις έλαβες το δώρο σου!", preferredStyle: .alert) | 3132 | + let alert = UIAlertController(title: "Συγχαρητήρια!", message: "Το δώρο σου ενεργοποιήθηκε επιτυχώς!", preferredStyle: .alert) |
| 3133 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 3133 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
| 3134 | switch action.style{ | 3134 | switch action.style{ |
| 3135 | case .default: | 3135 | case .default: |
| ... | @@ -3148,7 +3148,7 @@ public class swiftApi { | ... | @@ -3148,7 +3148,7 @@ public class swiftApi { |
| 3148 | 3148 | ||
| 3149 | func rejectSharingDialog(_ controller: UIViewController, _ sharingId: String) -> Void { | 3149 | func rejectSharingDialog(_ controller: UIViewController, _ sharingId: String) -> Void { |
| 3150 | 3150 | ||
| 3151 | - let alert = UIAlertController(title: "Είσαι σίγουρος;", message: "Είσαι σίγουρος ότι θέλεις να απορρίψεις το δώρο που μόλις έλαβες;", preferredStyle: .alert) | 3151 | + let alert = UIAlertController(title: "Είσαι σίγουρος /-η;", message: "Το δώρο θα επιστραφεί και δεν θα μπορεί να ενεργοποιηθεί ξανά.", preferredStyle: .alert) |
| 3152 | 3152 | ||
| 3153 | let cancelButton = UIAlertAction(title: "Άκυρο", style: .default, handler: { action in | 3153 | let cancelButton = UIAlertAction(title: "Άκυρο", style: .default, handler: { action in |
| 3154 | switch action.style{ | 3154 | switch action.style{ | ... | ... |
-
Please register or login to post a comment