Skip to content

Commit e3a5330

Browse files
committed
fix(commands): Fix metrics:list command table header
1 parent 0a00d84 commit e3a5330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ListMetrics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function handle(Registry $registry): void
3838
'Name',
3939
'Type',
4040
'Help',
41-
'Initial tags',
41+
'Initial labels',
4242
];
4343

4444
$this->table($tableHeader, $metrics);

0 commit comments

Comments
 (0)