We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 129d370 + d011aa7 commit 357b696Copy full SHA for 357b696
1 file changed
HTMLSamples/grid/export-client-events.html
@@ -125,7 +125,7 @@
125
exportingOverlay.css({
126
"width": $gridContainer.outerWidth(),
127
"height": $gridContainer.outerHeight()
128
- }).html('<span class="exporting-text">Exporting...</span>');
+ }).html('<span class="exporting-text">$$(Exporting)</span>');
129
exportingOverlay.addClass("exporting-overlay");
130
131
$gridContainer.append(exportingOverlay);
0 commit comments