mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 22:52:29 +01:00
fix typo 'supress' in options menu
This commit is contained in:
parent
867dd3ba91
commit
302e105bdf
@ -240,7 +240,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Supress messages</Typography>
|
||||
<Typography>Suppress messages</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
@ -263,7 +263,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Supress faction invites</Typography>
|
||||
<Typography>Suppress faction invites</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
@ -286,7 +286,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Supress travel confirmations</Typography>
|
||||
<Typography>Suppress travel confirmations</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
@ -308,7 +308,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Supress buy augmentation confirmation</Typography>
|
||||
<Typography>Suppress buy augmentation confirmation</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
@ -331,7 +331,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Supress hospitalization popup</Typography>
|
||||
<Typography>Suppress hospitalization popup</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
@ -355,7 +355,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Supress bladeburner popup</Typography>
|
||||
<Typography>Suppress bladeburner popup</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user