Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Apr 2, 2024
1 parent cce94cd commit e8b5214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fun ConnectingServicePage(crashed: Boolean) {
Text(
modifier = Modifier.padding(top = 16.dp),
text = when (crashed) {
true -> "Background service crashed, restarting it"
true -> "Background service crashed, restarting"
false -> "Connecting to service"
}
)
Expand Down

0 comments on commit e8b5214

Please sign in to comment.