mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 11:49:19 +00:00
improvement: all app strings now using i18n
This commit is contained in:
@@ -18,6 +18,7 @@ import MicIcon from "@material-ui/icons/Mic";
|
||||
import CheckCircleOutlineIcon from "@material-ui/icons/CheckCircleOutline";
|
||||
import HighlightOffIcon from "@material-ui/icons/HighlightOff";
|
||||
|
||||
import { i18n } from "../../translate/i18n";
|
||||
import api from "../../services/api";
|
||||
import RecordingTimer from "./RecordingTimer";
|
||||
|
||||
@@ -310,7 +311,7 @@ const MessageInput = () => {
|
||||
<InputBase
|
||||
inputRef={input => input && input.focus()}
|
||||
className={classes.messageInput}
|
||||
placeholder="Escreva uma mensagem"
|
||||
placeholder={i18n.t("messagesInput.placeholder")}
|
||||
multiline
|
||||
rowsMax={5}
|
||||
value={inputMessage}
|
||||
|
||||
Reference in New Issue
Block a user