mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Update model convert toast message
This commit is contained in:
parent
2cedf6aed5
commit
683229e285
@ -45,7 +45,7 @@ export default function ModelConvert(props: ModelConvertProps) {
|
|||||||
dispatch(
|
dispatch(
|
||||||
addToast(
|
addToast(
|
||||||
makeToast({
|
makeToast({
|
||||||
title: t('modelManager.modelConversionFailed'),
|
title: `${t('modelManager.modelConversionFailed')}: ${model.name}`,
|
||||||
status: 'error',
|
status: 'error',
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
@ -56,7 +56,7 @@ export default function ModelConvert(props: ModelConvertProps) {
|
|||||||
dispatch(
|
dispatch(
|
||||||
addToast(
|
addToast(
|
||||||
makeToast({
|
makeToast({
|
||||||
title: t('modelManager.modelConverted'),
|
title: `${t('modelManager.modelConverted')}: ${model.name}`,
|
||||||
status: 'success',
|
status: 'success',
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user