Browse Source

PanelEditor: Change Queries heading to Query (#16536)

Ryan McKinley 6 years ago
parent
commit
b267e96087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/dashboard/panel_editor/QueriesTab.tsx

+ 1 - 1
public/app/features/dashboard/panel_editor/QueriesTab.tsx

@@ -193,7 +193,7 @@ export class QueriesTab extends PureComponent<Props, State> {
 
 
     return (
     return (
       <EditorTabBody
       <EditorTabBody
-        heading="Queries to"
+        heading="Query"
         renderToolbar={this.renderToolbar}
         renderToolbar={this.renderToolbar}
         toolbarItems={[queryInspector, dsHelp]}
         toolbarItems={[queryInspector, dsHelp]}
         setScrollTop={this.setScrollTop}
         setScrollTop={this.setScrollTop}