Fix undefined translation
| @@ -493,7 +493,7 @@ export class ReasoningHandler { | ||
| 493 | 493 | data = null; |
| 494 | 494 | } |
| 495 | 495 | |
| 496 | 496 | if (this.type && this.type !== ReasoningType.Model) { |
| 497 | 497 | title += ` [${translate(this.type)}]`; |
| 498 | 498 | title = title.trim(); |
| 499 | 499 | } |