Fix message composer placeholders
This commit is contained in:
parent
799e5ee0e9
commit
8bd42693f7
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ export default class MessageComposer extends React.Component {
|
|||
);
|
||||
|
||||
const placeholderText = roomIsEncrypted ?
|
||||
"Send a message (unencrypted)…" : "Send a message…";
|
||||
"Send an encrypted message…" : "Send a message (unencrypted)…";
|
||||
|
||||
controls.push(
|
||||
<MessageComposerInput
|
||||
|
|
Loading…
Reference in a new issue