Update en.js

This commit is contained in:
Patricio Silva
2021-11-16 19:44:10 -03:00
committed by GitHub
parent 5d1d99967e
commit 766af73fa7

View File

@@ -236,6 +236,8 @@ const messages = {
transferTicketModal: { transferTicketModal: {
title: "Transfer Ticket", title: "Transfer Ticket",
fieldLabel: "Type to search for users", fieldLabel: "Type to search for users",
fieldQueueLabel: "Transfer to queue",
fieldQueuePlaceholder: "Please select a queue",
noOptions: "No user found with this name", noOptions: "No user found with this name",
buttons: { buttons: {
ok: "Transfer", ok: "Transfer",
@@ -366,7 +368,7 @@ const messages = {
}, },
}, },
messagesInput: { messagesInput: {
placeholderOpen: "Type a message", placeholderOpen: "Type a message or press ''/'' to use the registered quick responses",
placeholderClosed: "Reopen or accept this ticket to send a message.", placeholderClosed: "Reopen or accept this ticket to send a message.",
signMessage: "Sign", signMessage: "Sign",
}, },