fix typo 'supress' in options menu

This commit is contained in:
Nolshine 2021-09-16 13:14:44 +01:00 committed by Olivier Gagnon
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>
}
/>