Skip to content

Commit

Permalink
Improve button text a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Jan 18, 2024
1 parent 2213ee8 commit 479fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/select_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def init_visuals(
)

# initialize and manage button state.
self.confirm_button = confirm_button(self.on_confirm)
self.confirm_button = confirm_button(self.on_confirm, confirm_text="Let's start flashing!")
self.confirm_button.disabled = True
self.continue_eitherway_button = confirm_button(
self.on_confirm, "Continue without additional images"
Expand Down

0 comments on commit 479fba6

Please sign in to comment.