Less jargon
This commit is contained in:
parent
fd146a732b
commit
799e5ee0e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue