Less jargon

pull/21833/head
Luke Barnard 2017-02-22 14:40:07 +00:00
parent fd146a732b
commit 799e5ee0e9
1 changed files with 1 additions and 1 deletions

View File

@ -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