Fix displaying of minKarma requirements

This commit is contained in:
Niels Huylebroeck 2014-06-19 11:36:59 +02:00 committed by Martin Trigaux
parent c8be66739d
commit e59077b0f9
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ function IsKarmaValid(eventNumber,minKarma){
CKEDITOR.tools.callFunction(eventNumber,this);
return false;
} else {
alert("Sorry you need more than 30 Karma.");
alert("Sorry you need more than " + minKarma + " Karma.");
}
}