Remove a redundant white space (#10129)

This commit is contained in:
Suguru Hirahara 2023-02-10 08:38:22 +00:00 committed by GitHub
parent 671fdc8665
commit fc7d0eeaef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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