Skip to content

Commit 487803b

Browse files
author
minjk-bl
committed
Bind - label changed (Left/Righ Data)
1 parent bc3ef1e commit 487803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/vpBind.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,14 @@ define([
342342
page.appendFormatLine('<div class="{0} {1}" {2}>', 'vp-bd-type-box', 'merge', this.state.type=='merge'?'':'style="display: none;"');
343343
// left dataframe
344344
page.appendLine('<div>');
345-
page.appendFormatLine('<label for="{0}" class="{1}">{2}</label>', 'vp_bdLeftDataframe', 'vp-orange-text wp100', 'Left Dataframe');
345+
page.appendFormatLine('<label for="{0}" class="{1}">{2}</label>', 'vp_bdLeftDataframe', 'vp-orange-text wp100', 'Left Data');
346346
page.appendFormatLine('<select id="{0}">', 'vp_bdLeftDataframe');
347347
page.appendLine('</select>');
348348
page.appendFormatLine('<div class="{0}" title="{1}"><img src="{2}"/></div>', 'vp-bd-df-refresh', 'Refresh all dataframe list', '/nbextensions/visualpython/resource/refresh.svg');
349349
page.appendLine('</div>');
350350
// right dataframe
351351
page.appendLine('<div>');
352-
page.appendFormatLine('<label for="{0}" class="{1}">{2}</label>', 'vp_bdRightDataframe', 'vp-orange-text wp100', 'Right Dataframe');
352+
page.appendFormatLine('<label for="{0}" class="{1}">{2}</label>', 'vp_bdRightDataframe', 'vp-orange-text wp100', 'Right Data');
353353
page.appendFormatLine('<select id="{0}">', 'vp_bdRightDataframe');
354354
page.appendLine('</select>');
355355
page.appendLine('</div>');

0 commit comments

Comments
 (0)