feat: Add assignee name

This commit is contained in:
Muhsin Keloth
2024-04-01 11:25:51 +05:30
parent 975ce54fd7
commit 3d7d68c1bd
4 changed files with 32 additions and 14 deletions
@@ -508,7 +508,8 @@
},
"SLA_REPORTS": {
"HEADER": "SLA Reports",
"METRICS":{
"NO_RECORDS": "There are no SLA reports available.",
"METRICS": {
"HIT_RATE": {
"LABEL": "Hit Rate",
"TOOLTIP": "Percentage of SLAs created were completed successfully"
@@ -517,6 +518,13 @@
"LABEL": "Number of Breaches",
"TOOLTIP": "The total SLA breaches in a certain period."
}
},
"TABLE": {
"HEADER": {
"POLICY_BREACHED": "Policy breached",
"CONVERSATION": "Conversation",
"AGENT": "Agent"
}
}
}
}