Rename recovery-key.txt to security-key.txt
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
b81e6fdedb
commit
d479d97e2c
3 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ export default class CreateKeyBackupDialog extends React.PureComponent {
|
||||||
const blob = new Blob([this._keyBackupInfo.recovery_key], {
|
const blob = new Blob([this._keyBackupInfo.recovery_key], {
|
||||||
type: 'text/plain;charset=us-ascii',
|
type: 'text/plain;charset=us-ascii',
|
||||||
});
|
});
|
||||||
FileSaver.saveAs(blob, 'recovery-key.txt');
|
FileSaver.saveAs(blob, 'security-key.txt');
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
downloaded: true,
|
downloaded: true,
|
||||||
|
|
|
@ -235,7 +235,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
||||||
const blob = new Blob([this._recoveryKey.encodedPrivateKey], {
|
const blob = new Blob([this._recoveryKey.encodedPrivateKey], {
|
||||||
type: 'text/plain;charset=us-ascii',
|
type: 'text/plain;charset=us-ascii',
|
||||||
});
|
});
|
||||||
FileSaver.saveAs(blob, 'recovery-key.txt');
|
FileSaver.saveAs(blob, 'security-key.txt');
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
downloaded: true,
|
downloaded: true,
|
||||||
|
|
|
@ -2548,7 +2548,7 @@
|
||||||
"Create account": "Create account",
|
"Create account": "Create account",
|
||||||
"Host account on": "Host account on",
|
"Host account on": "Host account on",
|
||||||
"Decide where your account is hosted": "Decide where your account is hosted",
|
"Decide where your account is hosted": "Decide where your account is hosted",
|
||||||
"Use Security Key or Passphrase": "Use Security Key or Passphrase",
|
"Use Security Key or Phrase": "Use Security Key or Phrase",
|
||||||
"Use Security Key": "Use Security Key",
|
"Use Security Key": "Use Security Key",
|
||||||
"Confirm your identity by verifying this login from one of your other sessions, granting it access to encrypted messages.": "Confirm your identity by verifying this login from one of your other sessions, granting it access to encrypted messages.",
|
"Confirm your identity by verifying this login from one of your other sessions, granting it access to encrypted messages.": "Confirm your identity by verifying this login from one of your other sessions, granting it access to encrypted messages.",
|
||||||
"This requires the latest %(brand)s on your other devices:": "This requires the latest %(brand)s on your other devices:",
|
"This requires the latest %(brand)s on your other devices:": "This requires the latest %(brand)s on your other devices:",
|
||||||
|
|
Loading…
Reference in a new issue