diff --git a/Linux/Windows.py b/Linux/Windows.py index 0a72ce1..b5d2333 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -179,7 +179,7 @@ class Oauth: def handle_authentication(self, url): self.auth_view = Helper.WebViewCreator(self.app) - self.auth_view.setWindowTitle("Authentification") + self.auth_view.setWindowTitle("Authentication") old_manager = self.auth_view.page().networkAccessManager() new_manager = Helper.NetworkAccessManager(old_manager, self.tentia_callback)