Skip to content

Commit

Permalink
refactor: change loading text to "deploying"
Browse files Browse the repository at this point in the history
  • Loading branch information
goofyz committed Dec 30, 2023
1 parent 48e6a87 commit fed125d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ class PrefMainActivity : AppCompatActivity() {
Status.IN_PROGRESS -> {
loadingDialog?.dismiss()
loadingDialog =
ProgressBarDialogIndeterminate(R.string.loading).create().apply {
ProgressBarDialogIndeterminate(R.string.deploy_progress).create().apply {
show()
}
}
Expand Down

0 comments on commit fed125d

Please sign in to comment.