Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
magda-woj committed Sep 12, 2024
1 parent dae12a5 commit d3bc38f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fun ConfirmCrashPopup(
Text(text = "Are you sure?")
},
text = {
Text(text = "This may crash the app.")
Text(text = "This will crash the app.")
},
confirmButton = {
TextButton(onClick = { onConfirm() }) {
Expand Down

0 comments on commit d3bc38f

Please sign in to comment.