Skip to content

Commit 1e748bd

Browse files
author
minjk-bl
committed
Apps > Groupby - fix typo
1 parent b22302f commit 1e748bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/vpGroupby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ define([
305305
// groupby column
306306
page.appendLine('<div>');
307307
page.appendFormatLine('<label for="{0}" class="{1}">{2}</label>', 'vp_gbBy', 'vp-orange-text wp80', 'Groupby');
308-
page.appendFormatLine('<input type="text" id="{0}" placeholder="{1}" disabled/>', 'vp_gbBy', 'Groupby coluns');
308+
page.appendFormatLine('<input type="text" id="{0}" placeholder="{1}" disabled/>', 'vp_gbBy', 'Groupby columns');
309309
page.appendFormatLine('<button id="{0}" class="{1}">{2}</button>', 'vp_gbBySelect', 'vp-button wp50', 'Edit');
310310
page.appendFormatLine('<label><input type="checkbox" id="{0}" disabled/><span>{1}</span></label>', 'vp_gbByGrouper', 'Grouper');
311311
page.appendFormatLine('<div class="{0}" style="display:none;">', 'vp-gb-by-grouper-box');

0 commit comments

Comments
 (0)