You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fix message composer placeholders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user