Skip to content

Commit 841bb39

Browse files
committed
chore: typo
1 parent 7f92956 commit 841bb39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@
242242
{
243243
"command": "i18n-ally.extract-hard-strings-batch",
244244
"category": "%extname%",
245-
"title": "(expiremental) Extract all hard-coded strings"
245+
"title": "Extract all hard-coded strings (expiremental)"
246246
},
247247
{
248248
"command": "i18n-ally.detect_hard_strings",
249249
"category": "%extname%",
250-
"title": "(expiremental) Detect hard-coded strings in current file"
250+
"title": "Detect hard-coded strings in current file (expiremental)"
251251
},
252252
{
253253
"command": "i18n-ally.open-url",

src/core/Telemetry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export enum ActionSource {
3333
CommandPattele = 'command_pattele',
3434
TreeView = 'tree_view',
3535
Hover = 'hover',
36-
ContextMenu = 'ContextMenu'
36+
ContextMenu = 'context_menu'
3737
}
3838

3939
export interface TelemetryEvent {

0 commit comments

Comments
 (0)