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 />}
|
{isSDXL ? <SDXLPrompts /> : <Prompts />}
|
||||||
<Tabs variant="line" isLazy={true} display="flex" flexDir="column" w="full" h="full">
|
<Tabs variant="line" isLazy={true} display="flex" flexDir="column" w="full" h="full">
|
||||||
<TabList>
|
<TabList>
|
||||||
<Tab>{t('parameters.globalSettings')}</Tab>
|
<Tab>{t('common.settingsLabel')}</Tab>
|
||||||
<Tab>{controlLayersTitle}</Tab>
|
<Tab>{controlLayersTitle}</Tab>
|
||||||
</TabList>
|
</TabList>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user