diff --git a/plinth/modules/monkeysphere/__init__.py b/plinth/modules/monkeysphere/__init__.py
index 09be4a195..d9c526f82 100644
--- a/plinth/modules/monkeysphere/__init__.py
+++ b/plinth/modules/monkeysphere/__init__.py
@@ -30,12 +30,12 @@ depends = ['system']
title = _('Monkeysphere')
description = [
- _('With Monkeysphere, a PGP key can be generated for each configured '
- 'domain serving SSH. The PGP public key can then be uploaded to the PGP '
- 'keyservers. Users connecting to this machine through SSH can verify '
- 'that they are connecting to the correct host. For users to trust the '
- 'key, at least one person (usually the machine owner) must sign the key '
- 'using the regular PGP key signing process. See the '
+ _('With Monkeysphere, an OpenPGP key can be generated for each configured '
+ 'domain serving SSH. The OpenPGP public key can then be uploaded to the '
+ 'OpenPGP keyservers. Users connecting to this machine through SSH can '
+ 'verify that they are connecting to the correct host. For users to '
+ 'trust the key, at least one person (usually the machine owner) must '
+ 'sign the key using the regular OpenPGP key signing process. See the '
' '
'Monkeysphere SSH documentation for more details.')
]
diff --git a/plinth/modules/monkeysphere/templates/monkeysphere.html b/plinth/modules/monkeysphere/templates/monkeysphere.html
index ebe048590..58258c6c0 100644
--- a/plinth/modules/monkeysphere/templates/monkeysphere.html
+++ b/plinth/modules/monkeysphere/templates/monkeysphere.html
@@ -53,7 +53,7 @@
@@ -75,7 +75,7 @@
{% csrf_token %}
+ {% trans "Generate OpenPGP Key" %}
{% elif not running %}
{% trans "Domain" %}
- {% trans "GPG Fingerprint" %}
+ {% trans "OpenPGP Fingerprint" %}
{% trans "Actions" %}