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); });