From a6ef8c9d060a5d510d76913ccfe6c0b4ff32119b Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Thu, 7 Sep 2023 14:51:25 -0400 Subject: [PATCH] Fix incorrect key --- Whisky/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whisky/Views/ContentView.swift b/Whisky/Views/ContentView.swift index 6d598051f..629cf584f 100644 --- a/Whisky/Views/ContentView.swift +++ b/Whisky/Views/ContentView.swift @@ -118,7 +118,7 @@ struct ContentView: View { String(updateInfo.1)) alert.alertStyle = .warning alert.addButton(withTitle: String(localized: "update.gptk.update")) - alert.addButton(withTitle: String(localized: "button.deleteAlert.cancel")) + alert.addButton(withTitle: String(localized: "button.removeAlert.cancel")) let response = alert.runModal()