fix: Avoid keys getting translated in availability (#1418)
This commit is contained in:
@@ -58,18 +58,9 @@
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Disponibilidade",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "Disponível"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "Ocupado"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "Desconectado"
|
||||
}
|
||||
"Disponível",
|
||||
"Ocupado",
|
||||
"Desconectado"
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
|
||||
Reference in New Issue
Block a user