From 3846ac162654cc7c1238c3a70231afc1ca80fb4a Mon Sep 17 00:00:00 2001 From: Quentin Bellanger Date: Thu, 18 Jan 2024 16:13:36 +0100 Subject: [PATCH] update audit type wording in audit list --- .../src/components/account/dashboard/AuditRow.vue | 8 ++++---- .../src/components/account/dashboard/AuditsList.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/confiture-web-app/src/components/account/dashboard/AuditRow.vue b/confiture-web-app/src/components/account/dashboard/AuditRow.vue index e0e75297b..e0d05bda6 100644 --- a/confiture-web-app/src/components/account/dashboard/AuditRow.vue +++ b/confiture-web-app/src/components/account/dashboard/AuditRow.vue @@ -5,10 +5,10 @@ import { AuditStatus, AuditType } from "../../../types"; import { AccountAudit } from "../../../types/account"; import { formatDate, - formatAuditType, captureWithPayloads, slugify, - formatBytes + formatBytes, + getCriteriaCount } from "../../../utils"; import Dropdown from "../../ui/Dropdown.vue"; import CopyIcon from "../../icons/CopyIcon.vue"; @@ -148,7 +148,7 @@ const csvExportFilename = computed(() => {

Type - {{ formatAuditType(audit.auditType) }} + {{ getCriteriaCount(audit.auditType) }} critères

@@ -311,7 +311,7 @@ const csvExportFilename = computed(() => {