diff --git a/frappe/desk/reportview.py b/frappe/desk/reportview.py index abb759c533..c1e00d62a9 100644 --- a/frappe/desk/reportview.py +++ b/frappe/desk/reportview.py @@ -226,7 +226,7 @@ def get_stats(stats, doctype, filters=[]): if tag=='_user_tags': stats[tag] = scrub_user_tags(tagcount) - stats[tag].append(["No Tags", frappe.get_list(doctype, + stats[tag].append([_("No Tags"), frappe.get_list(doctype, fields=[tag, "count(*)"], filters=filters +["({0} = ',' or {0} is null)".format(tag)], as_list=True)[0][1]]) else: diff --git a/frappe/templates/includes/breadcrumbs.html b/frappe/templates/includes/breadcrumbs.html index 69a5435252..d5c0d9e0b5 100644 --- a/frappe/templates/includes/breadcrumbs.html +++ b/frappe/templates/includes/breadcrumbs.html @@ -3,7 +3,7 @@