mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Move checkmark to the front of key backup message
This commit is contained in:
parent
03d092c574
commit
d0deffac3d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue