From de68489a621cfe113148c9869053520e06477029 Mon Sep 17 00:00:00 2001 From: strixaluco Date: Fri, 4 Nov 2016 17:45:26 +0800 Subject: [PATCH] =?UTF-8?q?[typo]=20uncatagorised=20=E2=86=92=20uncategori?= =?UTF-8?q?sed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frappe/public/js/frappe/list/list_sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/list/list_sidebar.js b/frappe/public/js/frappe/list/list_sidebar.js index b6352dcebf..96ed2f0ba1 100644 --- a/frappe/public/js/frappe/list/list_sidebar.js +++ b/frappe/public/js/frappe/list/list_sidebar.js @@ -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() {