Skip to content

Commit 479fba6

Browse files
committed
Improve button text a bit
1 parent 2213ee8 commit 479fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/views/select_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def init_visuals(
128128
)
129129

130130
# initialize and manage button state.
131-
self.confirm_button = confirm_button(self.on_confirm)
131+
self.confirm_button = confirm_button(self.on_confirm, confirm_text="Let's start flashing!")
132132
self.confirm_button.disabled = True
133133
self.continue_eitherway_button = confirm_button(
134134
self.on_confirm, "Continue without additional images"

0 commit comments

Comments
 (0)