feat(ui): use translation string for model edit warning

This commit is contained in:
psychedelicious
2025-10-10 17:15:33 +11:00
parent 020ac1aaa8
commit 18415cadee
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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&apos;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}>