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

Fix message composer placeholders
pull/21833/head
David Baker 2017-02-23 10:09:07 +00:00 committed by GitHub
commit 0a76e0f621
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 a message (unencrypted)…" : "Send a message…";
"Send an encrypted message…" : "Send a message (unencrypted)…";
controls.push(
<MessageComposerInput