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(
|
||||
addToast(
|
||||
makeToast({
|
||||
title: t('modelManager.modelConversionFailed'),
|
||||
title: `${t('modelManager.modelConversionFailed')}: ${model.name}`,
|
||||
status: 'error',
|
||||
})
|
||||
)
|
||||
@ -56,7 +56,7 @@ export default function ModelConvert(props: ModelConvertProps) {
|
||||
dispatch(
|
||||
addToast(
|
||||
makeToast({
|
||||
title: t('modelManager.modelConverted'),
|
||||
title: `${t('modelManager.modelConverted')}: ${model.name}`,
|
||||
status: 'success',
|
||||
})
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user