diff --git a/views/lists/subscription/add.hbs b/views/lists/subscription/add.hbs index 5ab8aac1..00293523 100644 --- a/views/lists/subscription/add.hbs +++ b/views/lists/subscription/add.hbs @@ -55,7 +55,7 @@ {{/if}} {{#if typeGpg}} - + Insert a GPG public key that will be used to encrypt messages sent this subscriber {{/if}} diff --git a/views/lists/subscription/edit.hbs b/views/lists/subscription/edit.hbs index b3cd5e97..59409708 100644 --- a/views/lists/subscription/edit.hbs +++ b/views/lists/subscription/edit.hbs @@ -68,7 +68,7 @@ {{/if}} {{#if typeGpg}} - + Insert a GPG public key that will be used to encrypt messages sent this subscriber {{/if}} diff --git a/views/settings.hbs b/views/settings.hbs index 7fd02c40..e060a849 100644 --- a/views/settings.hbs +++ b/views/settings.hbs @@ -37,10 +37,11 @@
-
+
@@ -253,11 +254,11 @@
- PGP Signing + GPG Signing

- Only messages that are encrypted can be signed. Subsribers who have not set up a PGP public key in their profile receive normal email messages. Users with PGP key set receive encrypted messages and if you have signing key also set, the messages are signed + Only messages that are encrypted can be signed. Subsribers who have not set up a GPG public key in their profile receive normal email messages. Users with GPG key set receive encrypted messages and if you have signing key also set, the messages are signed with this key.

@@ -267,16 +268,16 @@

- + Only fill this if your private key is encrypted with a passphrase
- +
- - This value is optional. if you do not provide a private key, then PGP encrypted messages are sent without signing. + + This value is optional. if you do not provide a private key GPG encrypted messages are sent without signing.
diff --git a/views/subscription/manage.hbs b/views/subscription/manage.hbs index b70bbcb0..ef578e53 100644 --- a/views/subscription/manage.hbs +++ b/views/subscription/manage.hbs @@ -53,7 +53,7 @@
{{/if}} - + Insert your GPG public key here to encrypt messages sent to your address (optional) {{/if}} diff --git a/views/subscription/subscribe.hbs b/views/subscription/subscribe.hbs index 4f12956a..4f1347f1 100644 --- a/views/subscription/subscribe.hbs +++ b/views/subscription/subscribe.hbs @@ -50,7 +50,7 @@
{{/if}} - + Insert your GPG public key here to encrypt messages sent to your address (optional) {{/if}}