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,