Skip to content

Commit 57cf275

Browse files
committed
profiling - save as -> allocate to label changed
1 parent 3206a25 commit 57cf275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/vpProfiling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ define([
144144
page.appendFormatLine('<i class="{0} {1}" title="{2}"></i>', VP_PF_DF_REFRESH, 'fa fa-refresh', "Refresh variable list");
145145
page.appendLine('</div>');
146146

147-
page.appendFormatLine('<label for="{0}">{1}</label>', 'vp_pfReturn', 'Save as');
147+
page.appendFormatLine('<label for="{0}">{1}</label>', 'vp_pfReturn', 'Allocate to');
148148
page.appendFormatLine('<input type="text" id="{0}" class="{1}" placeholder="{2}"/>', 'vp_pfReturn', 'vp-pf-input', 'variable name');
149149

150150
page.appendFormatLine('<label for="{0}">{1}</label>', 'vp_pfTitle', 'Report Title');

0 commit comments

Comments
 (0)