Skip to content

Commit d011aa7

Browse files
committed
Fix non localized string in the Grid Export client events sample.
1 parent aaa4f61 commit d011aa7

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)