File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ export default function Root() {
332332 disconnected . current = true ;
333333 break ;
334334 } else if ( e instanceof PatchFailed ) {
335- log ( t ( "manualReboot " ) ) ;
335+ log ( t ( "tryButter " ) ) ;
336336
337337 ReactGA . gtag ( "event" , "patchFailed" , {
338338 device,
Original file line number Diff line number Diff line change 1414 "step5Reboot" : " Step 5 - Success! Rebooting..." ,
1515 "done" : " All done - your device has been successfully rooted!" ,
1616 "manualReboot" : " Failed! Please power cycle your device now..." ,
17+ "tryButter" : " Failed! Your firmware might not be rootable, please try downgrading with <a href=\" https://github.com/fpv-wtf/butter\" >Butter</a>." ,
1718 "failed" : " Failed after {{maxTry}} retries." ,
1819 "deviceLost" : " Device went away..." ,
1920 "deviceBack" : " Device came back..." ,
You can’t perform that action at this time.
0 commit comments