mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
Less jargon
This commit is contained in:
parent
fd146a732b
commit
799e5ee0e9
@ -287,7 +287,7 @@ export default class MessageComposer extends React.Component {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const placeholderText = roomIsEncrypted ?
|
const placeholderText = roomIsEncrypted ?
|
||||||
"Send an encrypted message…" : "Send a plaintext message…";
|
"Send a message (unencrypted)…" : "Send a message…";
|
||||||
|
|
||||||
controls.push(
|
controls.push(
|
||||||
<MessageComposerInput
|
<MessageComposerInput
|
||||||
|
Loading…
x
Reference in New Issue
Block a user