File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/chat/browser/actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -529,13 +529,13 @@ export class CreateRemoteAgentJobAction extends Action2 {
529529 super ( {
530530 id : CreateRemoteAgentJobAction . ID ,
531531 // TODO(joshspicer): Generalize title, pull from contribution
532- title : localize2 ( 'actions.chat.createRemoteJob' , "Delegate to coding agent " ) ,
532+ title : localize2 ( 'actions.chat.createRemoteJob' , "Delegate to Coding Agent " ) ,
533533 icon : Codicon . sendToRemoteAgent ,
534534 precondition,
535535 toggled : {
536536 condition : ChatContextKeys . remoteJobCreating ,
537537 icon : Codicon . sync ,
538- tooltip : localize ( 'remoteJobCreating' , "Delegating to coding agent " ) ,
538+ tooltip : localize ( 'remoteJobCreating' , "Delegating to Coding Agent " ) ,
539539 } ,
540540 menu : {
541541 id : MenuId . ChatExecute ,
You can’t perform that action at this time.
0 commit comments