feat: update ctrl+t text (#845)
This commit is contained in:
parent
5e01713803
commit
d0b78225a1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
|
||||||
if (showToolDescriptions) {
|
if (showToolDescriptions) {
|
||||||
summaryText += ' (Ctrl+T to hide descriptions)';
|
summaryText += ' (Ctrl+T to hide descriptions)';
|
||||||
} else {
|
} else {
|
||||||
summaryText += ' (Ctrl+T to view descriptions)';
|
summaryText += ' (ctrl+t for details)';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue