Fixed Customization Spelling

This commit is contained in:
Larvey
2022-06-11 19:00:50 -04:00
committed by GitHub
parent 922caa76da
commit 0f56ead24f

View File

@@ -11,7 +11,7 @@ function SettingsMenu(props: any) {
<Tabs.Tab data-autofocus label="Common"> <Tabs.Tab data-autofocus label="Common">
<CommonSettings /> <CommonSettings />
</Tabs.Tab> </Tabs.Tab>
<Tabs.Tab label="Customisations"> <Tabs.Tab label="Customizations">
<AdvancedSettings /> <AdvancedSettings />
</Tabs.Tab> </Tabs.Tab>
</Tabs> </Tabs>