Skip to content

Commit baefac9

Browse files
authored
Change Delegate to --> Continue in (microsoft#279386)
change Delegate to --> Continue in
1 parent 65f1fcf commit baefac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/chat/browser/actions/chatContinueInAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class ChatContinueInSessionActionItem extends ActionWidgetDropdownActionV
182182
if (this.location === ActionLocation.Editor) {
183183
const view = h('span.action-widget-delegate-label', [
184184
h('span', { className: ThemeIcon.asClassName(Codicon.forward) }),
185-
h('span', [localize('delegate', "Delegate to...")])
185+
h('span', [localize('continueInEllipsis', "Continue in...")])
186186
]);
187187
element.appendChild(view.root);
188188
return null;

0 commit comments

Comments
 (0)