mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix "export to sheet" icon in Form responses
This commit is contained in:
parent
76124ae704
commit
f995364f7e
@ -2639,7 +2639,7 @@ define([
|
||||
|
||||
// Export in "sheet"
|
||||
var export2Button = h('button.btn.btn-primary', [
|
||||
h('i.cptools.fa-file-excel-o'),
|
||||
h('i.fa.fa-file-excel-o'),
|
||||
Messages.form_exportSheet
|
||||
]);
|
||||
$(export2Button).appendTo($controls);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user