From dc96fbfb640e6e42381a9add08f7232c0e3f7bd9 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:26:36 +0200 Subject: [PATCH] change icon --- www/support/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/support/ui.js b/www/support/ui.js index 16efe7cac..6c5450d7a 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -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); });