mirror of https://github.com/vector-im/riot-web
Less jargon
parent
fd146a732b
commit
799e5ee0e9
|
@ -287,7 +287,7 @@ export default class MessageComposer extends React.Component {
|
|||
);
|
||||
|
||||
const placeholderText = roomIsEncrypted ?
|
||||
"Send an encrypted message…" : "Send a plaintext message…";
|
||||
"Send a message (unencrypted)…" : "Send a message…";
|
||||
|
||||
controls.push(
|
||||
<MessageComposerInput
|
||||
|
|
Loading…
Reference in New Issue