Skip to content

Commit dd1c897

Browse files
committed
Fixed image not showing in "Boot custom recovery"
1 parent 0abb90f commit dd1c897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openandroidinstaller/views/step_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def check_advanced_switch(e):
106106
# main controls
107107
steps_indictor_img_lookup = {
108108
"Unlock the bootloader": "steps-header-unlock.png",
109-
"Flash custom recovery": "steps-header-recovery.png",
109+
"Boot custom recovery": "steps-header-recovery.png",
110110
}
111111
self.right_view_header.controls = [
112112
get_title(

0 commit comments

Comments
 (0)