Skip to content

Commit

Permalink
Update clients/tabby-agent/src/status.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zhiming Ma <[email protected]>
  • Loading branch information
liangfung and icycodes authored Dec 31, 2024
1 parent b2128aa commit 4414dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-agent/src/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4414dff

Please sign in to comment.