Skip to content

Commit

Permalink
Fix incorrect key
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Sep 7, 2023
1 parent a8131da commit a6ef8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Whisky/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit a6ef8c9

Please sign in to comment.