mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
improvement: added translation to input message placeholder
This commit is contained in:
@@ -320,8 +320,8 @@ const MessageInput = ({ ticketStatus }) => {
|
||||
className={classes.messageInput}
|
||||
placeholder={
|
||||
ticketStatus === "open"
|
||||
? i18n.t("messagesInput.placeholder")
|
||||
: "Reopen or accept this ticket to send a message"
|
||||
? i18n.t("messagesInput.placeholderOpen")
|
||||
: i18n.t("messagesInput.placeholderClosed")
|
||||
}
|
||||
multiline
|
||||
rowsMax={5}
|
||||
|
||||
Reference in New Issue
Block a user