feat: Use simpler wording

This commit is contained in:
oSumAtrIX
2023-10-04 18:45:13 +02:00
parent 3a88d4d3e6
commit d8eadc2a2d
2 changed files with 50 additions and 51 deletions

View File

@ -330,7 +330,7 @@ class MainActivity : FlutterActivity() {
val stack = ex.stackTraceToString()
updateProgress(
-100.0,
"Aborted",
"Failed",
"An error occurred:\n$stack"
)
}