Fix typo in `RecoveryPanel`

florianduros/encryption-tab
Florian Duros 2025-01-08 10:55:21 +01:00
parent 6f236bd325
commit 82bf2cc40b
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
1 changed files with 1 additions and 1 deletions

View File

@ -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 (