Merge pull request #35692 from iamejaaz/recent-icon-fix

fix(awesomebar): recent doctype name not showing
This commit is contained in:
Ejaaz Khan 2026-01-06 12:22:24 +05:30 committed by GitHub
commit a69e239cd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -945,7 +945,7 @@ Object.assign(frappe.utils, {
return (__(route[3]) || __(route[1])).bold() + " " + __("Report");
}
if (route[0] === "List") {
__(route[1]).bold() + " " + __("List");
return __(route[1]).bold() + " " + __("List");
}
if (route[0] === "modules") {
return __(route[1]).bold() + " " + __("Module");