From bb7276b29f6027c46fa958680287f46de53e52b4 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 4 Jul 2020 11:27:11 +0100 Subject: [PATCH] Use field & button names from encrypt page in encrypt guide --- views/guides/encrypt.content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/guides/encrypt.content.php b/views/guides/encrypt.content.php index 8e0c403..f85286a 100644 --- a/views/guides/encrypt.content.php +++ b/views/guides/encrypt.content.php @@ -10,8 +10,8 @@

Encrypt a message

Open the keyoxide.org/encrypt page and paste the fingerprint in the Email / key id / fingerprint field.

-

Write a message in the corresponding field. Scroll down and press the VERIFY SIGNATURE button.

-

You have successfully encrypted the message! The encrypted message in the Result field can safely be sent via unsecure communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.

+

Write a message in the Message field. Scroll down and press the ENCRYPT MESSAGE button.

+

You have successfully encrypted the message! The encrypted message in the Message field can safely be sent via unsecure communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.

Going further