Update misp.js

pull/3100/head
StefanKelm 2018-03-27 15:26:49 +02:00 committed by GitHub
parent 96a7e6cd94
commit 7a36fc79ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});