improvement: trim search params on contacts and tickets filters

This commit is contained in:
canove
2020-09-30 20:00:17 -03:00
parent 0735dddfb4
commit 38d926820c
6 changed files with 26 additions and 13 deletions

View File

@@ -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",
},
},
},