Skip to content

Commit a8f669b

Browse files
authored
Merge pull request #54 from skrustev/grid-export-16.2
Fix non localized string in the Grid Export client events sample. Merge 16.2.
2 parents 151b88f + 612ef4b commit a8f669b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTMLSamples/grid/export-client-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
exportingOverlay.css({
126126
"width": $gridContainer.outerWidth(),
127127
"height": $gridContainer.outerHeight()
128-
}).html('<span class="exporting-text">Exporting...</span>');
128+
}).html('<span class="exporting-text">$$(Exporting)</span>');
129129
exportingOverlay.addClass("exporting-overlay");
130130

131131
$gridContainer.append(exportingOverlay);

0 commit comments

Comments
 (0)