Skip to content

Commit

Permalink
Use good state instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 6, 2025
1 parent 36c7e0e commit 52076f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/settings/encryption/RecoveryPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down

0 comments on commit 52076f1

Please sign in to comment.