update icon name

This commit is contained in:
daria 2025-08-19 17:23:12 +03:00
parent 4b9d5a2e1f
commit 85f742d9ec
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
3 changed files with 6 additions and 4 deletions

View File

@ -211,7 +211,7 @@ const factory = () => {
kanban: 'kanban',
doc: 'doc',
presentation: 'presentation',
sheet: 'file',
sheet: 'sheet',
drive: 'drive',
teams: 'teams',
admin: 'administration',

View File

@ -62,6 +62,8 @@ define([
"kanban-add-bottom": "between-horizontal-start",
// Doc
"doc": "file",
// Sheet
"sheet": "file",
// Presentation
"presentation": "file",
// Actions
@ -95,7 +97,7 @@ define([
"chevron-up": "chevron-up",
"copy": "files",
"close": "x",
"users": "users-round", // XXX change name, multiple usages
"users": "users-round",
"square": "square",
"timer": "hourglass",
"map-pin": "map-pin",
@ -107,7 +109,7 @@ define([
"minus": "minus",
"alert": "triangle-alert",
"sort-amount-desc": "arrow-down-wide-narrow",
"sheet": "sheet", // change name
"export-sheet": "sheet",
"announcement": "megaphone",
"reply": "message-square-reply",
"comment": "message-square",

View File

@ -2898,7 +2898,7 @@ define([
// Export in "sheet"
var export2Button = h('button.btn.btn-primary', [
Icons.get('sheet'),
Icons.get('export-sheet'),
Messages.form_exportSheet
]);
$(export2Button).appendTo($controls);