Skip to content

Commit c1390c6

Browse files
committed
lowercase placeholder text
1 parent 34b764d commit c1390c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class InputEditorDecorations extends Disposable {
132132
const mode = this.widget.input.currentModeObs.get();
133133
let description = mode.description.get();
134134
if (this.configurationService.getValue<boolean>('chat.emptyChatState.enabled')) {
135-
description = localize('chatPlaceholderHint', "Add Context (#), Extensions (@), Commands (/)");
135+
description = localize('chatPlaceholderHint', "Add context (#), extensions (@), commands (/)");
136136
}
137137

138138
const decoration: IDecorationOptions[] = [

0 commit comments

Comments
 (0)