From f4fa4e393db19b724adbeb4e7cc113620906179e Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Thu, 30 Jan 2025 11:08:05 +0000 Subject: [PATCH] fix(virtualq/update-waiter): update ewt label --- .../backend/src/apps/virtualq/actions/update-waiter/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/apps/virtualq/actions/update-waiter/index.js b/packages/backend/src/apps/virtualq/actions/update-waiter/index.js index 503f4e14..c00631d0 100644 --- a/packages/backend/src/apps/virtualq/actions/update-waiter/index.js +++ b/packages/backend/src/apps/virtualq/actions/update-waiter/index.js @@ -50,7 +50,7 @@ export default defineAction({ description: 'Used to find caller if 0 is used for waiter field', }, { - label: 'EWT', + label: 'Estimated waiting time', key: 'serviceWaiterEwt', type: 'string', description: 'EWT as calculated by the service',