diff --git a/lsp/main.js b/lsp/main.js
index e2fdebc1..a06f69d7 100755
--- a/lsp/main.js
+++ b/lsp/main.js
@@ -802,10 +802,10 @@ function limitValueFormat(theLimit) {
case 'geo':
var str;
if (theLimit.value.charAt(0) == '+') {
- str = 'Only trigger on connections not from:
'
+ str = 'Whitelist
'
}
else {
- str = 'Only trigger on connections from:
'
+ str = 'Blacklist
'
}
var values = theLimit.value.substr(1).split(' ');
for (var index in values) {
@@ -816,10 +816,10 @@ function limitValueFormat(theLimit) {
case 'host':
var str;
if (theLimit.value.charAt(0) == '+') {
- str = 'Only trigger on connections not from:
'
+ str = 'Whitelist
'
}
else {
- str = 'Only trigger on connections from:
'
+ str = 'Blacklist
'
}
return str+theLimit.value.substr(1).split(' ').join(', ');
break;
@@ -847,9 +847,9 @@ function changeLimitName(limitValue) {
$('#detailed-settings').html('');
$('#limit-value-label').show();
var $listtype = $('