From 55028e59d17b34eed561c036c252095cf8a0c803 Mon Sep 17 00:00:00 2001 From: AMarinov Date: Mon, 26 Feb 2018 21:27:52 +0200 Subject: [PATCH] fix: Fixing a typo in the "Tree grid" component name for jQuery projects --- templates/jquery/js/tree-grid/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jquery/js/tree-grid/index.ts b/templates/jquery/js/tree-grid/index.ts index 36e82759f..29d9b3103 100644 --- a/templates/jquery/js/tree-grid/index.ts +++ b/templates/jquery/js/tree-grid/index.ts @@ -7,7 +7,7 @@ class TreeGridComponent extends BaseComponent { */ constructor() { super(__dirname); - this.name = "TreeGrid"; + this.name = "Tree Grid"; this.group = "Data Grids"; } }