feat: add contact option on ticket creation modal

This commit is contained in:
canove
2020-10-20 21:29:45 -03:00
parent 20adc6a11e
commit b51c7904e0
5 changed files with 151 additions and 80 deletions

View File

@@ -177,7 +177,7 @@ const messages = {
newTicketModal: {
title: "Create Ticket",
fieldLabel: "Type to search for a contact",
noOptions: "No contacts found. Try another name.",
add: "Add",
buttons: {
ok: "Save",
cancel: "Cancel",

View File

@@ -181,7 +181,7 @@ const messages = {
newTicketModal: {
title: "Crear Ticket",
fieldLabel: "Escribe para buscar un contacto",
noOptions: "No se encontraron contactos. Prueba con otro nombre.",
add: "Añadir",
buttons: {
ok: "Guardar",
cancel: "Cancelar",

View File

@@ -178,7 +178,7 @@ const messages = {
newTicketModal: {
title: "Criar Ticket",
fieldLabel: "Digite para pesquisar o contato",
noOptions: "Nenhum contato encontrado. Tente outro nome.",
add: "Adicionar",
buttons: {
ok: "Salvar",
cancel: "Cancelar",