Show the connection currently being used

This commit is contained in:
Ricardo Paes
2022-03-14 08:47:45 -03:00
parent 69023ef81e
commit c3154ae7fc
5 changed files with 27 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ const messages = {
assignedHeader: "Working on",
noTicketsTitle: "Nothing here!",
noTicketsMessage: "No tickets found with this status or search term.",
connectionTitle: "Connection that is currently being used.",
buttons: {
accept: "Accept",
},

View File

@@ -265,6 +265,7 @@ const messages = {
pendingHeader: "Cola",
assignedHeader: "Trabajando en",
noTicketsTitle: "¡Nada acá!",
connectionTitle: "Conexión que se está utilizando actualmente.",
noTicketsMessage:
"No se encontraron tickets con este estado o término de búsqueda",
buttons: {

View File

@@ -266,6 +266,7 @@ const messages = {
noTicketsTitle: "Nada aqui!",
noTicketsMessage:
"Nenhum ticket encontrado com esse status ou termo pesquisado",
connectionTitle: "Conexão que está sendo utilizada atualmente.",
buttons: {
accept: "Aceitar",
},