diff --git a/app/webroot/js/misp.js b/app/webroot/js/misp.js index 31e2ea823..362ff453a 100644 --- a/app/webroot/js/misp.js +++ b/app/webroot/js/misp.js @@ -1268,7 +1268,7 @@ function simplePopup(url) { error:function() { $(".loading").hide(); $("#gray_out").fadeOut(); - showMessage('fail', 'Could not fetch the given PGP key.'); + showMessage('fail', 'Could not fetch the given GnuPG key.'); }, url: url, });