diff --git a/hypha/apply/dashboard/static/js/django_select2-checkboxes.js b/hypha/apply/dashboard/static/js/django_select2-checkboxes.js index c6b0a68f4971ec59c00dee173406a21218d01bab..e64657c6d7eb94d11456bbcef5cbcece03e50393 100644 --- a/hypha/apply/dashboard/static/js/django_select2-checkboxes.js +++ b/hypha/apply/dashboard/static/js/django_select2-checkboxes.js @@ -20,7 +20,7 @@ } else if (data.selected.length == data.all.length) { return 'All ' + filterType + ' selected'; } - return data.selected.length + ' of ' + data.all.length + ' ' + filterType + ' selected'; + return data.selected.length + ' of ' + data.all.length + ' ' + filterType; }, selectionAdapter: SelectionAdapter, returnesultsAdapter: ResultsAdapter @@ -28,4 +28,4 @@ }); }); }); -}(this.jQuery)); \ No newline at end of file +}(this.jQuery));