mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
full stop
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
5447a04f8e
commit
2332cdb5d8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default class EncryptionEvent extends React.Component {
|
|||
} else {
|
||||
body = <div>
|
||||
<div className="mx_cryptoEvent_title">{_t("Encryption not enabled")}</div>
|
||||
<div className="mx_cryptoEvent_subtitle">{_t("The encryption used by this room isn't supported")}</div>
|
||||
<div className="mx_cryptoEvent_subtitle">{_t("The encryption used by this room isn't supported.")}</div>
|
||||
</div>;
|
||||
classes += " mx_cryptoEvent_icon_warning";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue