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()