change button text

This commit is contained in:
Olivier Gagnon
2022-01-02 11:45:32 -05:00
parent 1819e5a98a
commit 1e0e9f7bd7
6 changed files with 319 additions and 75 deletions

View File

@@ -767,7 +767,7 @@ export function Root(props: IProps): React.ReactElement {
<Typography color={updatingRam ? "secondary" : "primary"} sx={{ mx: 1 }}>
{ram}
</Typography>
<Button onClick={save}>Save All (Ctrl/Cmd + s)</Button>
<Button onClick={save}>Save (Ctrl/Cmd + s)</Button>
<Button onClick={props.router.toTerminal}>Close (Ctrl/Cmd + b)</Button>
<Typography sx={{ mx: 1 }}>
{" "}