Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove a redundant white space #10129

Merged
merged 2 commits into from
Feb 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/views/settings/SecureBackupPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default class SecureBackupPanel extends React.PureComponent<{}, IState> {
let restoreButtonCaption = _t("Restore from Backup");

if (MatrixClientPeg.get().getKeyBackupEnabled()) {
statusDescription = <p>✅ {_t("This session is backing up your keys. ")}</p>;
statusDescription = <p>✅ {_t("This session is backing up your keys.")}</p>;
} else {
statusDescription = (
<>
Expand Down