From 59d0e790fb4d76d94de697a5f566c4b862882aed Mon Sep 17 00:00:00 2001 From: Gerson Noboa Date: Fri, 3 Nov 2023 12:33:18 +0200 Subject: [PATCH] fixup! Add manual locale override capability --- TestingApp/ViewController/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestingApp/ViewController/ViewController.swift b/TestingApp/ViewController/ViewController.swift index e53144a2b..09f0b36d5 100644 --- a/TestingApp/ViewController/ViewController.swift +++ b/TestingApp/ViewController/ViewController.swift @@ -425,7 +425,7 @@ extension ViewController { } case .failure(let error): - showErrorAlert(using: error) + self.showErrorAlert(using: error) } } }