Changes cheat activation alert title to “How to Activate"
This commit is contained in:
parent
913cb788a2
commit
d79002ea6b
@ -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")))
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user