mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
fix typo 'supress' in options menu
This commit is contained in:
@@ -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>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user