mirror of https://github.com/vector-im/riot-web
Fix typo in `RecoveryPanel`
parent
6f236bd325
commit
82bf2cc40b
|
@ -116,7 +116,7 @@ interface SubheaderProps {
|
||||||
* The subheader for the recovery panel.
|
* The subheader for the recovery panel.
|
||||||
*/
|
*/
|
||||||
function Subheader({ state }: SubheaderProps): JSX.Element {
|
function Subheader({ state }: SubheaderProps): JSX.Element {
|
||||||
// If we the secrets are not cached, we display a warning message.
|
// If the secrets are not cached, we display a warning message.
|
||||||
if (state !== "secrets_not_cached") return <>{_t("settings|encryption|recovery|description")}</>;
|
if (state !== "secrets_not_cached") return <>{_t("settings|encryption|recovery|description")}</>;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue