Skip to content

Commit 612ef4b

Browse files
committed
Fix non localized string in the Grid Export client events sample.
1 parent 6197b9f commit 612ef4b

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)