better test

This commit is contained in:
Alex Tran
2025-12-04 15:31:03 +00:00
parent 25ac9975e6
commit 5537a869ea
2 changed files with 57 additions and 9 deletions

View File

@@ -219,7 +219,7 @@ export const asQueueItem = ($t: MessageFormatter, queue: { name: QueueName }): Q
},
[QueueName.Workflow]: {
icon: mdiStateMachine,
title: $t('workflow'),
title: $t('workflows'),
},
};