Use `good` state instead of default

florianduros/encryption-tab
Florian Duros 2025-01-06 14:56:50 +01:00
parent 36c7e0ea89
commit 52076f1b39
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export function RecoveryPanel({ onSetUpRecoveryClick, onChangingRecoveryKeyClick
</Button>
);
break;
default:
case "good":
content = (
<Button size="sm" kind="secondary" Icon={KeyIcon} onClick={onChangingRecoveryKeyClick}>
{_t("settings|encryption|recovery|change_recovery_key")}