In the transfer modal also have the option to transfer to another whatsapp

This commit is contained in:
Ricardo Paes
2022-02-27 00:52:17 -03:00
parent 43f2771a93
commit 69023ef81e
7 changed files with 43 additions and 2 deletions

View File

@@ -249,7 +249,9 @@ const messages = {
title: "Transfer Ticket",
fieldLabel: "Type to search for users",
fieldQueueLabel: "Transfer to queue",
fieldConnectionLabel: "Transfer to connection",
fieldQueuePlaceholder: "Please select a queue",
fieldConnectionPlaceholder: "Please select a connection",
noOptions: "No user found with this name",
buttons: {
ok: "Transfer",

View File

@@ -252,7 +252,9 @@ const messages = {
title: "Transferir Ticket",
fieldLabel: "Escriba para buscar usuarios",
fieldQueueLabel: "Transferir a la cola",
fieldConnectionLabel: "Transferir to conexión",
fieldQueuePlaceholder: "Seleccione una cola",
fieldConnectionPlaceholder: "Seleccione una conexión",
noOptions: "No se encontraron usuarios con ese nombre",
buttons: {
ok: "Transferir",

View File

@@ -251,7 +251,9 @@ const messages = {
title: "Transferir Ticket",
fieldLabel: "Digite para buscar usuários",
fieldQueueLabel: "Transferir para fila",
fieldConnectionLabel: "Transferir para conexão",
fieldQueuePlaceholder: "Selecione uma fila",
fieldConnectionPlaceholder: "Selecione uma conexão",
noOptions: "Nenhum usuário encontrado com esse nome",
buttons: {
ok: "Transferir",