We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a1f95 commit a8ec7c2Copy full SHA for a8ec7c2
arduino-ide-extension/src/browser/contributions/verify-sketch.ts
@@ -57,7 +57,7 @@ export class VerifySketch extends SketchContribution {
57
});
58
registry.registerMenuAction(ArduinoMenus.SKETCH__MAIN_GROUP, {
59
commandId: VerifySketch.Commands.EXPORT_BINARIES.id,
60
- label: 'Export compiled Binary',
+ label: 'Export Compiled Binary',
61
order: '3',
62
63
}
0 commit comments