fix(ui): "Global Settings" -> "Settings"

This commit is contained in:
psychedelicious 2024-04-30 20:00:47 +10:00 committed by Kent Keirsey
parent 21cf1004db
commit 3f26880493

View File

@ -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>