Changes cheat activation alert title to “How to Activate"

This commit is contained in:
Riley Testut 2023-02-06 14:47:06 -06:00
parent 913cb788a2
commit d79002ea6b

View File

@ -105,7 +105,7 @@ struct CheatBaseView: View
placeholderView()
}
.alert(item: $activationHintCheat) { cheat in
Alert(title: Text("Activation Hint"),
Alert(title: Text("How to Activate"),
message: Text(cheat.activationHint ?? ""),
dismissButton: .default(Text("OK")))
}