Merge pull request #35692 from iamejaaz/recent-icon-fix
fix(awesomebar): recent doctype name not showing
This commit is contained in:
commit
a69e239cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue