From 4414dff48537d98420e8de4e9f352fa4f8d9e477 Mon Sep 17 00:00:00 2001 From: aliang Date: Tue, 31 Dec 2024 14:47:28 +0800 Subject: [PATCH] Update clients/tabby-agent/src/status.ts Co-authored-by: Zhiming Ma --- clients/tabby-agent/src/status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tabby-agent/src/status.ts b/clients/tabby-agent/src/status.ts index 9914c8bc2a4a..51df67b06ddc 100644 --- a/clients/tabby-agent/src/status.ts +++ b/clients/tabby-agent/src/status.ts @@ -270,7 +270,7 @@ export class StatusProvider extends EventEmitter implements Feature { statusInfo.tooltip = "Tabby: Slow Completion Response Detected"; break; case "rateLimited": - statusInfo.tooltip = "Tabby: Too many request"; + statusInfo.tooltip = "Tabby: Too Many Requests"; break; default: break;