mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): "Global Settings" -> "Settings"
This commit is contained in:
parent
21cf1004db
commit
3f26880493
@ -39,7 +39,7 @@ const ParametersPanelTextToImage = () => {
|
||||
{isSDXL ? <SDXLPrompts /> : <Prompts />}
|
||||
<Tabs variant="line" isLazy={true} display="flex" flexDir="column" w="full" h="full">
|
||||
<TabList>
|
||||
<Tab>{t('parameters.globalSettings')}</Tab>
|
||||
<Tab>{t('common.settingsLabel')}</Tab>
|
||||
<Tab>{controlLayersTitle}</Tab>
|
||||
</TabList>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user