From 7948ebc7afb29f16535b0be68343e165b3987350 Mon Sep 17 00:00:00 2001 From: sanke1 <22073083+sankerust@users.noreply.github.com> Date: Fri, 14 Dec 2018 18:45:34 +0300 Subject: [PATCH] Rename plugin info to hastic info (#108) --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index 116e63f..feacdcc 100644 --- a/src/module.ts +++ b/src/module.ts @@ -258,7 +258,7 @@ class GraphCtrl extends MetricsPanelCtrl { this.addEditorTab('Axes', axesEditorComponent, 4); this.addEditorTab('Legend', `${partialPath}/tab_legend.html`, 5); this.addEditorTab('Display', `${partialPath}/tab_display.html`, 6); - this.addEditorTab('Plugin info', `${partialPath}/tab_info.html`, 7); + this.addEditorTab('Hastic info', `${partialPath}/tab_info.html`, 7); this.subTabIndex = 0; }