Skip to content

Commit 1766ca8

Browse files
authored
change "add code comment" to "comment on code" (codesandbox#3819)
1 parent 1fb4dec commit 1766ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/app/overmind/effects/vscode/Workbench.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class Workbench {
165165
if (COMMENTS) {
166166
this.addWorkbenchAction({
167167
id: 'comments.add',
168-
label: 'Add code comment',
168+
label: 'Comment on code',
169169
category: 'Comments',
170170
run: () => {
171171
this.controller.getSignal('comments.createComment')();
@@ -378,7 +378,7 @@ export class Workbench {
378378
order: 0,
379379
command: {
380380
id: 'comments.add',
381-
title: 'Add code comment...',
381+
title: 'Comment on code',
382382
},
383383
});
384384
}

0 commit comments

Comments
 (0)