parent
5447a04f8e
commit
2332cdb5d8
|
@ -43,7 +43,7 @@ export default class EncryptionEvent extends React.Component {
|
||||||
} else {
|
} else {
|
||||||
body = <div>
|
body = <div>
|
||||||
<div className="mx_cryptoEvent_title">{_t("Encryption not enabled")}</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>;
|
</div>;
|
||||||
classes += " mx_cryptoEvent_icon_warning";
|
classes += " mx_cryptoEvent_icon_warning";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue