Adjust requested changes

This commit is contained in:
rugk 2017-04-13 10:46:09 +02:00
parent 073b52ce96
commit 9b6748c54d
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
5 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
var me = {};
/**
* list of UserAgents (parts) known to belong to a bot
* blacklist of UserAgents (parts) known to belong to a bot
*
* @private
* @enum {Object}
@ -1390,7 +1390,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
if (pasteMetaData.burnafterreading) {
// display paste "for your eyes only" if it is deleted
// the paste has been deleted when the JSOn with the ciohertext
// the paste has been deleted when the JSON with the ciphertext
// has been downloaded
Alert.showRemaining("FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.");