Fix in-app help for backup codes

This commit is contained in:
Dominik Schürmann
2016-04-12 19:08:20 +02:00
parent f7654af00b
commit ef355aa001

View File

@@ -8,7 +8,7 @@
backups are encrypted with Advanced Encryption Standard (AES) using backups are encrypted with Advanced Encryption Standard (AES) using
securely generated Backup Codes. securely generated Backup Codes.
2. On your PC, execute ``gpg --decrypt backup_YYYY-MM-DD.pgp | gpg --import`` (replace ``backup_YYYY-MM-DD.pgp`` with your backup file) 2. On your PC, execute ``gpg --decrypt backup_YYYY-MM-DD.pgp | gpg --import`` (replace ``backup_YYYY-MM-DD.pgp`` with your backup file)
3. Enter the full Backup Code with uppercase letters and dashes, e.g., "ABCDEF-GHIJKL-MNOPQR-STUVWX" 3. Enter the full Backup Code with uppercase letters and dashes, e.g., "ABCD-EFGH-IJKL-MNOP-QRST-UVWX"
## What is the best way to transfer my own key to OpenKeychain? ## What is the best way to transfer my own key to OpenKeychain?