Skip to content

Commit fdb21bb

Browse files
committed
Fixed merge conflicts
2 parents 630cba6 + 3be75bb commit fdb21bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/features/root/Root.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

src/translations/en/root.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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...",

0 commit comments

Comments
 (0)