Skip to content

Commit 10c9e3a

Browse files
author
Nils Lindemann
committed
Be more bio
1 parent 1e7af3b commit 10c9e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Window/AlertConfirmPrompt.mint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ component AlertConfirmPrompt {
88
}
99

1010
fun confirmSomething {
11-
let choice = await Window.confirm("Want some Pizza?")
11+
let choice = await Window.confirm("Want an apple?")
1212
let text = case choice {
1313
Result::Ok => "Nom Nom"
1414
Result::Err => "Not hungry"

0 commit comments

Comments
 (0)