diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2016-04-12 19:08:20 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2016-04-12 19:08:20 +0200 |
commit | ef355aa0017bb34893c78e3064d42b116399c25b (patch) | |
tree | da8f014c3a2666a807cb72088a1e627c1b08cb71 | |
parent | f7654af00b510aa91badc52eeacb09bf3d0b24e5 (diff) | |
download | open-keychain-ef355aa0017bb34893c78e3064d42b116399c25b.tar.gz open-keychain-ef355aa0017bb34893c78e3064d42b116399c25b.tar.bz2 open-keychain-ef355aa0017bb34893c78e3064d42b116399c25b.zip |
Fix in-app help for backup codes
-rw-r--r-- | OpenKeychain/src/main/res/raw/help_faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/raw/help_faq.md b/OpenKeychain/src/main/res/raw/help_faq.md index 78f2f8cbd..61cc7f7c5 100644 --- a/OpenKeychain/src/main/res/raw/help_faq.md +++ b/OpenKeychain/src/main/res/raw/help_faq.md @@ -8,7 +8,7 @@ backups are encrypted with Advanced Encryption Standard (AES) using 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) - 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? |