Fix displaying of minKarma requirements
authorNiels Huylebroeck <niels@bubbles-it.be>
Thu, 19 Jun 2014 09:36:59 +0000 (11:36 +0200)
committerMartin Trigaux <mat@openerp.com>
Thu, 19 Jun 2014 13:23:54 +0000 (15:23 +0200)
addons/website_forum/static/src/js/website_forum.js

index 0b45d43..3284121 100644 (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.");
     }
 }