Skip to content

Commit 357b696

Browse files
authored
Merge pull request #53 from skrustev/grid-export
Fix non localized string in the Grid Export client events sample. Merge 17.1.
2 parents 129d370 + d011aa7 commit 357b696

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)