Merge pull request #723 from matrix-org/luke/fix-e2e-input-placeholder
Fix message composer placeholders
This commit is contained in:
commit
0a76e0f621
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue