+ {
+ // FIXME REDESIGN: buttons should be adjacent but insufficient room in current design
+ }
+
+
{this._keyBackupInfo.recovery_key}
+ copied to your clipboard, paste it to:",
+ {}, {b: s => {s}},
+ );
+ } else if (this.state.downloaded) {
+ introText = _t(
+ "Your Recovery Key is in your Downloads folder.",
+ {}, {b: s => {s}},
+ );
}
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
return
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index f11c5e22f4..8de1404508 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -987,8 +987,10 @@
"As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.": "As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.",
"Your Recovery Key": "Your Recovery Key",
"Copy to clipboard": "Copy to clipboard",
+ "Download": "Download",
"I've made a copy": "I've made a copy",
- "Your Recovery Key has been copied to your clipboard, paste it to:": "Your Recovery Key has been copied to your clipboard, paste it to:",
+ "Your Recovery Key has been copied to your clipboard, paste it to:": "Your Recovery Key has been copied to your clipboard, paste it to:",
+ "Your Recovery Key is in your Downloads folder.": "Your Recovery Key is in your Downloads folder.",
"Print it and store it somewhere safe": "Print it and store it somewhere safe",
"Save it on a USB key or backup drive": "Save it on a USB key or backup drive",
"Copy it to your personal cloud storage": "Copy it to your personal cloud storage",