feat: update ctrl+t text (#845)

This commit is contained in:
N. Taylor Mullen 2025-06-08 00:16:08 -07:00 committed by GitHub
parent 5e01713803
commit d0b78225a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
if (showToolDescriptions) {
summaryText += ' (Ctrl+T to hide descriptions)';
} else {
summaryText += ' (Ctrl+T to view descriptions)';
summaryText += ' (ctrl+t for details)';
}
}
}