Skip to content

Commit

Permalink
plugin:
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAscencio committed Jan 11, 2023
1 parent 1f563ed commit a39c21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debug/src/browser/view/debug-watch-expression.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class DebugWatchExpression extends ExpressionItem {

async open(): Promise<void> {
const input = new SingleTextInputDialog({
title: 'Edit Watch Expression',
title: nls.localizeByDefault('Edit Expression'),
initialValue: this.expression
});
const newValue = await input.open();
Expand Down

0 comments on commit a39c21c

Please sign in to comment.