ui: fix toast str
This commit is contained in:
parent
69f67f27ff
commit
02237a543d
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ class KaiStore {
|
|||
this.setProcessingStage(null)
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
toast.error('Failed to cancel the generation, please try again later.')
|
||||
toast.error('Failed to cancel the response generation, please try again later.')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue