Make prettier
parent
ac98da4a8a
commit
9b4a6cf442
|
@ -38,7 +38,6 @@ limitations under the License.
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomRecoveryReminder_button.mx_RoomRecoveryReminder_secondary {
|
.mx_RoomRecoveryReminder_secondary {
|
||||||
@mixin mx_DialogButton_secondary;
|
font-size: 90%;
|
||||||
background-color: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -141,11 +141,10 @@ export default class RoomRecoveryReminder extends React.PureComponent {
|
||||||
onClick={this.onSetupClick}>
|
onClick={this.onSetupClick}>
|
||||||
{_t("Activate Secure Key Backup")}
|
{_t("Activate Secure Key Backup")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
<p><AccessibleButton className="mx_RoomRecoveryReminder_button mx_RoomRecoveryReminder_secondary"
|
<p><AccessibleButton className="mx_RoomRecoveryReminder_secondary mx_linkButton"
|
||||||
onClick={this.onDontAskAgainClick}>
|
onClick={this.onDontAskAgainClick}>
|
||||||
{ _t("No Thanks") }
|
{ _t("No thanks, I'll download a copy of my decryption keys before I log out") }
|
||||||
</AccessibleButton>
|
</AccessibleButton></p>
|
||||||
<div>{_t("I'll download a copy of my decryption keys before I log out")}</div></p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -384,6 +384,7 @@
|
||||||
"Backup has an <validity>invalid</validity> signature from <verify>unverified</verify> device <device></device>": "Backup has an <validity>invalid</validity> signature from <verify>unverified</verify> device <device></device>",
|
"Backup has an <validity>invalid</validity> signature from <verify>unverified</verify> device <device></device>": "Backup has an <validity>invalid</validity> signature from <verify>unverified</verify> device <device></device>",
|
||||||
"Backup is not signed by any of your devices": "Backup is not signed by any of your devices",
|
"Backup is not signed by any of your devices": "Backup is not signed by any of your devices",
|
||||||
"This backup is trusted because it has been restored on this device": "This backup is trusted because it has been restored on this device",
|
"This backup is trusted because it has been restored on this device": "This backup is trusted because it has been restored on this device",
|
||||||
|
"Advanced": "Advanced",
|
||||||
"Backup version: ": "Backup version: ",
|
"Backup version: ": "Backup version: ",
|
||||||
"Algorithm: ": "Algorithm: ",
|
"Algorithm: ": "Algorithm: ",
|
||||||
"Restore backup": "Restore backup",
|
"Restore backup": "Restore backup",
|
||||||
|
@ -427,7 +428,6 @@
|
||||||
"Save": "Save",
|
"Save": "Save",
|
||||||
"This room is not accessible by remote Matrix servers": "This room is not accessible by remote Matrix servers",
|
"This room is not accessible by remote Matrix servers": "This room is not accessible by remote Matrix servers",
|
||||||
"Upgrade room to version %(ver)s": "Upgrade room to version %(ver)s",
|
"Upgrade room to version %(ver)s": "Upgrade room to version %(ver)s",
|
||||||
"Advanced": "Advanced",
|
|
||||||
"Room information": "Room information",
|
"Room information": "Room information",
|
||||||
"Internal room ID:": "Internal room ID:",
|
"Internal room ID:": "Internal room ID:",
|
||||||
"Room version": "Room version",
|
"Room version": "Room version",
|
||||||
|
@ -721,8 +721,7 @@
|
||||||
"Securely back up your decryption keys to the server to make sure you'll always be able to read your encrypted messages.": "Securely back up your decryption keys to the server to make sure you'll always be able to read your encrypted messages.",
|
"Securely back up your decryption keys to the server to make sure you'll always be able to read your encrypted messages.": "Securely back up your decryption keys to the server to make sure you'll always be able to read your encrypted messages.",
|
||||||
"Don't risk losing your encrypted messages!": "Don't risk losing your encrypted messages!",
|
"Don't risk losing your encrypted messages!": "Don't risk losing your encrypted messages!",
|
||||||
"Activate Secure Key Backup": "Activate Secure Key Backup",
|
"Activate Secure Key Backup": "Activate Secure Key Backup",
|
||||||
"No Thanks": "No Thanks",
|
"No thanks, I'll download a copy of my decryption keys before I log out": "No thanks, I'll download a copy of my decryption keys before I log out",
|
||||||
"I'll download a copy of my decryption keys before I log out": "I'll download a copy of my decryption keys before I log out",
|
|
||||||
"Add a topic": "Add a topic",
|
"Add a topic": "Add a topic",
|
||||||
"This room is using an unstable room version. If you aren't expecting this, please upgrade the room.": "This room is using an unstable room version. If you aren't expecting this, please upgrade the room.",
|
"This room is using an unstable room version. If you aren't expecting this, please upgrade the room.": "This room is using an unstable room version. If you aren't expecting this, please upgrade the room.",
|
||||||
"Click here to upgrade to the latest room version.": "Click here to upgrade to the latest room version.",
|
"Click here to upgrade to the latest room version.": "Click here to upgrade to the latest room version.",
|
||||||
|
|
Loading…
Reference in New Issue