mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -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 {
|
||||
public readonly title = localize('topOperationsTitle', 'Top Operation');
|
||||
public readonly title = localize('topOperationsTitle', 'Top Operations');
|
||||
public readonly identifier = 'TopOperationsTab';
|
||||
public readonly view: TopOperationsView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user