Skip to content

Commit

Permalink
fiddle with displayed buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Aug 14, 2024
1 parent fb22563 commit fdb2f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/dialogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export async function showProgramTooLargeErrorAsync(variants: string[], confirmA
header: lf("Oops, there was a problem downloading your code"),
body: lf("Great coding skills! Unfortunately, your program is too large to fit on a micro:bit V2😢. You can go back and try to make your program smaller, or continue to use the simulator to run your code."),
bigHelpButton: true,
agreeLbl: lf("Go Back"),
agreeClass: "positive",
agreeIcon: "cancel",
hideAgree: true,
disagreeLbl: lf("Go Back"),
disagreeClass: "positive",
});
return undefined
}
Expand Down

0 comments on commit fdb2f8c

Please sign in to comment.