From 3ff9fff4c4073fd3531c35923bb7400baca22739 Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Thu, 29 Aug 2019 08:27:01 -0400 Subject: [PATCH] Changed smaple project --- Example/Example/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Example/AppDelegate.swift b/Example/Example/AppDelegate.swift index 86aac396..cabd3024 100755 --- a/Example/Example/AppDelegate.swift +++ b/Example/Example/AppDelegate.swift @@ -102,7 +102,7 @@ private extension AppDelegate { /// Forcing the language of the update alert to a specific localization (e.g., Russian is force in this function. func forceLocalizationCustomizationPresentationExample() { let siren = Siren.shared - siren.presentationManager = PresentationManager(forceLanguageLocalization: .romanian) + siren.presentationManager = PresentationManager(forceLanguageLocalization: .russian) siren.wail { results in switch results { case .success(let updateResults):