mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
improvement: trim search params on contacts and tickets filters
This commit is contained in:
@@ -178,7 +178,8 @@ const messages = {
|
||||
},
|
||||
newTicketModal: {
|
||||
title: "Create Ticket",
|
||||
fieldLabel: "Type to search for the contact",
|
||||
fieldLabel: "Type to search for a contact",
|
||||
noOptions: "No contacts found. Try another name.",
|
||||
buttons: {
|
||||
ok: "Save",
|
||||
cancel: "Cancel",
|
||||
@@ -243,8 +244,8 @@ const messages = {
|
||||
buttons: {
|
||||
return: "Return",
|
||||
resolve: "Resolve",
|
||||
reopen: "Reopen",
|
||||
accept: "Accept"
|
||||
reopen: "Reopen",
|
||||
accept: "Accept",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -180,6 +180,7 @@ const messages = {
|
||||
newTicketModal: {
|
||||
title: "Criar Ticket",
|
||||
fieldLabel: "Digite para pesquisar o contato",
|
||||
noOptions: "Nenhum contato encotrado. Tente outro nome.",
|
||||
buttons: {
|
||||
ok: "Salvar",
|
||||
cancel: "Cancelar",
|
||||
|
||||
Reference in New Issue
Block a user