change icon

This commit is contained in:
daria 2026-01-13 13:26:36 +02:00
parent 6661dbc729
commit dc96fbfb64
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -454,7 +454,7 @@ define([
if (onMove && !onMove.disableMove) {
let text = onMove.isTicketActive ? Messages.support_movePending
: Messages.support_moveActive;
move = h('button.btn.btn-secondary', { title: text }, Icons.get('history'));
move = h('button.btn.btn-secondary', { title: text }, Icons.get('archive'));
Util.onClickEnter($(move), function () {
onMove(ticket, id, content);
});