From 9b4a6cf44257cc56a96c7a66fbb915bb5513ec1d Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 8 Feb 2019 16:27:25 +0000 Subject: [PATCH] Make prettier --- res/css/views/rooms/_RoomRecoveryReminder.scss | 5 ++--- src/components/views/rooms/RoomRecoveryReminder.js | 7 +++---- src/i18n/strings/en_EN.json | 5 ++--- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/res/css/views/rooms/_RoomRecoveryReminder.scss b/res/css/views/rooms/_RoomRecoveryReminder.scss index e4e2d19b42..68e2bf861e 100644 --- a/res/css/views/rooms/_RoomRecoveryReminder.scss +++ b/res/css/views/rooms/_RoomRecoveryReminder.scss @@ -38,7 +38,6 @@ limitations under the License. margin: 0 10px; } -.mx_RoomRecoveryReminder_button.mx_RoomRecoveryReminder_secondary { - @mixin mx_DialogButton_secondary; - background-color: transparent; +.mx_RoomRecoveryReminder_secondary { + font-size: 90%; } diff --git a/src/components/views/rooms/RoomRecoveryReminder.js b/src/components/views/rooms/RoomRecoveryReminder.js index 23f4e46df5..01dd71db01 100644 --- a/src/components/views/rooms/RoomRecoveryReminder.js +++ b/src/components/views/rooms/RoomRecoveryReminder.js @@ -141,11 +141,10 @@ export default class RoomRecoveryReminder extends React.PureComponent { onClick={this.onSetupClick}> {_t("Activate Secure Key Backup")} -

- { _t("No Thanks") } - -

{_t("I'll download a copy of my decryption keys before I log out")}

+ { _t("No thanks, I'll download a copy of my decryption keys before I log out") } +

); diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index d74585920c..6b8f6e5060 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -384,6 +384,7 @@ "Backup has an invalid signature from unverified device ": "Backup has an invalid signature from unverified device ", "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", + "Advanced": "Advanced", "Backup version: ": "Backup version: ", "Algorithm: ": "Algorithm: ", "Restore backup": "Restore backup", @@ -427,7 +428,6 @@ "Save": "Save", "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", - "Advanced": "Advanced", "Room information": "Room information", "Internal room ID:": "Internal room ID:", "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.", "Don't risk losing your encrypted messages!": "Don't risk losing your encrypted messages!", "Activate Secure Key Backup": "Activate Secure Key Backup", - "No Thanks": "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", + "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", "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.", "Click here to upgrade to the latest room version.": "Click here to upgrade to the latest room version.",