mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): use translation string for model edit warning
This commit is contained in:
@@ -953,6 +953,7 @@
|
||||
"modelManager": "Model Manager",
|
||||
"modelName": "Model Name",
|
||||
"modelSettings": "Model Settings",
|
||||
"modelSettingsWarning": "These settings tell Invoke what kind of model this is and how to load it. If Invoke didn't detect these correctly when you installed the model, or if the model is classified as Unknown, you may need to edit them manually.",
|
||||
"modelType": "Model Type",
|
||||
"modelUpdated": "Model Updated",
|
||||
"modelUpdateFailed": "Model Update Failed",
|
||||
|
||||
@@ -128,8 +128,7 @@ export const ModelEdit = memo(({ modelConfig }: Props) => {
|
||||
{t('modelManager.modelSettings')}
|
||||
</Heading>
|
||||
<Text variant="subtext" color="warning.300">
|
||||
Careful! Change these settings only if Invoke didn't detect them correctly when you installed the
|
||||
model. If you choose the wrong settings, the model may not work properly.
|
||||
{t('modelManager.modelSettingsWarning')}
|
||||
</Text>
|
||||
<SimpleGrid columns={2} gap={4}>
|
||||
<FormControl flexDir="column" alignItems="flex-start" gap={1}>
|
||||
|
||||
Reference in New Issue
Block a user