Merge pull request #2261 from strixaluco/develop

[typo] uncatagorised → uncategorised
This commit is contained in:
Nabin Hait 2016-11-04 15:49:15 +05:30 committed by GitHub
commit 3839edd0d1

View file

@ -189,7 +189,7 @@ frappe.views.ListSidebar = Class.extend({
field: field,
stat: stats,
sum: sum,
label: field==='_user_tags' ? tags ? __(label)+ show_tags:(__("UnCatagorised Tags") + show_tags): __(label),
label: field==='_user_tags' ? tags ? __(label)+ show_tags:(__("UnCategorised Tags") + show_tags): __(label),
};
var sidebar_stat = $(frappe.render_template("list_sidebar_stat", context))
.on("click", ".stat-link", function() {