From 74b134fe288edb5158d4075c29569839cde66bb7 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 28 Dec 2023 17:38:02 +0530 Subject: [PATCH] chore: changed name SLA to First Response --- frontend/src/components/SLASection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SLASection.vue b/frontend/src/components/SLASection.vue index dc3f1f12..664e094a 100644 --- a/frontend/src/components/SLASection.vue +++ b/frontend/src/components/SLASection.vue @@ -89,7 +89,7 @@ let slaSection = computed(() => { sections.push( ...[ { - label: 'SLA', + label: 'First Response', type: 'Badge', value: status, tooltipText: tooltipText,