ui: fix toast str

This commit is contained in:
nick-delirium 2025-04-29 14:56:01 +02:00
parent 69f67f27ff
commit 02237a543d
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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.')
}
}