feat: update ctrl+t text (#845)
This commit is contained in:
parent
5e01713803
commit
d0b78225a1
|
@ -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)';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue