We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7af3b commit 10c9e3aCopy full SHA for 10c9e3a
source/Window/AlertConfirmPrompt.mint
@@ -8,7 +8,7 @@ component AlertConfirmPrompt {
8
}
9
10
fun confirmSomething {
11
- let choice = await Window.confirm("Want some Pizza?")
+ let choice = await Window.confirm("Want an apple?")
12
let text = case choice {
13
Result::Ok => "Nom Nom"
14
Result::Err => "Not hungry"
0 commit comments