Skip to content

Commit 454d2c9

Browse files
Copilotbamurtaugh
andauthored
Fix chat input placeholder text capitalization: Change "Coding Agent" to "coding agent" (#7489)
* Initial plan * Fix capitalization: Change "Coding Agent" to "coding agent" in chat UI Co-authored-by: bamurtaugh <25310137+bamurtaugh@users.noreply.github.com> * Revert unnecessary changes, keep only chat placeholder text fix Co-authored-by: bamurtaugh <25310137+bamurtaugh@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bamurtaugh <25310137+bamurtaugh@users.noreply.github.com>
1 parent 10210be commit 454d2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{
7474
"type": "copilot-swe-agent",
7575
"name": "copilot",
76-
"displayName": "GitHub Copilot Coding Agent",
76+
"displayName": "GitHub Copilot coding agent",
7777
"description": "Chat session for GitHub Copilot coding agent",
7878
"when": "config.chat.agentSessionsViewLocation && config.chat.agentSessionsViewLocation != 'disabled'"
7979
}

0 commit comments

Comments
 (0)