diff --git a/src/components/views/settings/SecureBackupPanel.tsx b/src/components/views/settings/SecureBackupPanel.tsx index aabb1cb90c0..80f756a30f5 100644 --- a/src/components/views/settings/SecureBackupPanel.tsx +++ b/src/components/views/settings/SecureBackupPanel.tsx @@ -240,14 +240,20 @@ export default class SecureBackupPanel extends React.PureComponent<{}, IState> { let extraDetails: JSX.Element | undefined; const actions: JSX.Element[] = []; if (error) { - statusDescription =
✅ {_t("This session is backing up your keys.")}
; + statusDescription = ( +