Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3490,7 +3490,7 @@ public class swiftApi { | ... | @@ -3490,7 +3490,7 @@ public class swiftApi { |
3490 | 3490 | ||
3491 | func acceptSharingDialog(_ controller: UIViewController) -> Void { | 3491 | func acceptSharingDialog(_ controller: UIViewController) -> Void { |
3492 | 3492 | ||
3493 | - let alert = UIAlertController(title: "Συγχαρητήρια!", message: "Το δώρο σου ενεργοποιήθηκε επιτυχώς!", preferredStyle: .alert) | 3493 | + let alert = UIAlertController(title: "Συγχαρητήρια!", message: "Το δώρο σου ενεργοποιήθηκε επιτυχώς στο My Rewards!", preferredStyle: .alert) |
3494 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 3494 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
3495 | switch action.style{ | 3495 | switch action.style{ |
3496 | case .default: | 3496 | case .default: | ... | ... |
-
Please register or login to post a comment