You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user