File tree Expand file tree Collapse file tree
openandroidinstaller/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,16 +189,18 @@ def build(self):
189189 ),
190190 self .selected_image ,
191191 Divider (),
192- Text ("Select a recovery image:" , style = "titleSmall" ),
192+ Text ("Select a TWRP recovery image:" , style = "titleSmall" ),
193193 Markdown (
194194 f"""
195195The recovery image should look something like `twrp-3.6.2_9-0-{ self .state .config .metadata .get ('devicecode' )} .img`.
196- Note that this tool only supports TWRP recoveries for now."""
196+
197+ **Note:** This tool **only supports TWRP recoveries**.""" ,
198+ extension_set = "gitHubFlavored"
197199 ),
198200 Row (
199201 [
200202 FilledButton (
201- "Pick recovery file" ,
203+ "Pick TWRP recovery file" ,
202204 icon = icons .UPLOAD_FILE ,
203205 on_click = lambda _ : self .pick_recovery_dialog .pick_files (
204206 allow_multiple = False ,
You can’t perform that action at this time.
0 commit comments