We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abb90f commit dd1c897Copy full SHA for dd1c897
1 file changed
openandroidinstaller/views/step_view.py
@@ -106,7 +106,7 @@ def check_advanced_switch(e):
106
# main controls
107
steps_indictor_img_lookup = {
108
"Unlock the bootloader": "steps-header-unlock.png",
109
- "Flash custom recovery": "steps-header-recovery.png",
+ "Boot custom recovery": "steps-header-recovery.png",
110
}
111
self.right_view_header.controls = [
112
get_title(
0 commit comments