diff --git a/src/sql/parts/queryPlan/topOperations.ts b/src/sql/parts/queryPlan/topOperations.ts index b73271f98a..17e8008288 100644 --- a/src/sql/parts/queryPlan/topOperations.ts +++ b/src/sql/parts/queryPlan/topOperations.ts @@ -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;