mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
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…
Reference in a new issue