{_t("encryption|new_recovery_method_detected|description_1")}
; - - const hackWarning = ( - {_t("encryption|new_recovery_method_detected|warning")} - ); - - let content: JSX.Element | undefined; - if (MatrixClientPeg.safeGet().getKeyBackupEnabled()) { - content = ( -{_t("encryption|new_recovery_method_detected|description_2")}
- {hackWarning} -{_t("encryption|new_recovery_method_detected|description_1")}
+ {isKeyBackupEnabled &&{_t("encryption|new_recovery_method_detected|description_2")}
} + {_t("encryption|new_recovery_method_detected|warning")} ++ A new Security Phrase and key for Secure Messages have been detected. +
+ + If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings. + + + ++ A new Security Phrase and key for Secure Messages have been detected. +
++ This session is encrypting history using the new recovery method. +
+ + If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings. + + + +-