Fix for issue 352 - labels now dynamically pluralize.
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:47:52 +0000 (01:47 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:47:52 +0000 (01:47 -0400)
karmaworld/assets/js/course-detail.js
karmaworld/templates/notes/search_results.html

index a20af9e4004169f75f8e430054ba7c9360bdb73f..d50fb2a36a5a18d03ccc19a7abddc8fca659aa9f 100644 (file)
@@ -124,7 +124,7 @@ $(function() {
             source.count = val;
             // Store the computed dislay and filter values for efficiency
             // DIFF: label name change.
-            source.count_display = val=="" ? "" : "<span>"+val+" </span>";
+            source.count_display = val=="" ? "" : "<span>"+val+" Thanks</span>";
             return;
           }
           else if (type === 'display') {
index edd6412f4d972579ec89a37e2f301f4d20280160..89cf619f9adcc5415b5afc9be25bc55a2ab5c9be 100644 (file)
@@ -43,7 +43,7 @@
               source.count = val;
               // Store the computed dislay and filter values for efficiency
               // DIFF: label name change.
-              source.count_display = val=="" ? "" : "<span>"+val+" </span>";
+              source.count_display = val=="" ? "" : "<span>"+val+" Thanks</span>";
               return;
             }
             else if (type === 'display') {