From 9c31b8a864224918ba799473339df4bf41629aff Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 11 Aug 2023 18:06:21 -0500 Subject: [PATCH] =?UTF-8?q?Updates=20wording=20of=20=E2=80=9CDatabase=20Re?= =?UTF-8?q?paired=E2=80=9D=20alert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Delta/Database/Repair/RepairDatabaseViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Delta/Database/Repair/RepairDatabaseViewController.swift b/Delta/Database/Repair/RepairDatabaseViewController.swift index ed87b2a..a6aa44f 100644 --- a/Delta/Database/Repair/RepairDatabaseViewController.swift +++ b/Delta/Database/Repair/RepairDatabaseViewController.swift @@ -461,8 +461,8 @@ private extension RepairDatabaseViewController } DispatchQueue.main.async { - let alertController = UIAlertController(title: NSLocalizedString("Successfully Repaired Database", comment: ""), - message: NSLocalizedString("Some save files might be conflicted and require your attentio before syncing.\n\nAs a precaution, Delta has backed up all conflicted save files to Delta/Backups/Saves in the Files app.", comment: ""), + let alertController = UIAlertController(title: NSLocalizedString("Database Repaired", comment: ""), + message: NSLocalizedString("Some save files may be conflicted and require your attention before syncing.\n\nAs a precaution, Delta has backed up all conflicted save files to Delta/Backups/Saves in the Files app.", comment: ""), preferredStyle: .alert) alertController.addAction(UIAlertAction(title: UIAlertAction.ok.title, style: UIAlertAction.ok.style) { _ in self.completionHandler?()