1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Merge pull request #3014 from matrix-org/anoa/key_backup_checkmark

Move checkmark to the front of key backup message
This commit is contained in:
Travis Ralston
2019-05-22 16:14:09 -06:00
committed by GitHub

View File

@@ -180,7 +180,7 @@ export default class KeyBackupPanel extends React.PureComponent {
if (MatrixClientPeg.get().getKeyBackupEnabled()) { if (MatrixClientPeg.get().getKeyBackupEnabled()) {
clientBackupStatus = <div> clientBackupStatus = <div>
<p>{encryptedMessageAreEncrypted}</p> <p>{encryptedMessageAreEncrypted}</p>
<p>{_t("This device is backing up your keys. ")}</p> <p> {_t("This device is backing up your keys. ")}</p>
</div>; </div>;
} else { } else {
clientBackupStatus = <div> clientBackupStatus = <div>