1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Merge pull request #723 from matrix-org/luke/fix-e2e-input-placeholder

Fix message composer placeholders
This commit is contained in:
David Baker
2017-02-23 10:09:07 +00:00
committed by GitHub

View File

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