mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix Top Operations tab title (#3751)
This commit is contained in:
@@ -42,7 +42,7 @@ export class TopOperationsState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class TopOperationsTab implements IPanelTab {
|
export class TopOperationsTab implements IPanelTab {
|
||||||
public readonly title = localize('topOperationsTitle', 'Top Operation');
|
public readonly title = localize('topOperationsTitle', 'Top Operations');
|
||||||
public readonly identifier = 'TopOperationsTab';
|
public readonly identifier = 'TopOperationsTab';
|
||||||
public readonly view: TopOperationsView;
|
public readonly view: TopOperationsView;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user