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()
|
placeholderView()
|
||||||
}
|
}
|
||||||
.alert(item: $activationHintCheat) { cheat in
|
.alert(item: $activationHintCheat) { cheat in
|
||||||
Alert(title: Text("Activation Hint"),
|
Alert(title: Text("How to Activate"),
|
||||||
message: Text(cheat.activationHint ?? ""),
|
message: Text(cheat.activationHint ?? ""),
|
||||||
dismissButton: .default(Text("OK")))
|
dismissButton: .default(Text("OK")))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user