diff --git a/frappe/templates/includes/avatar_macro.html b/frappe/templates/includes/avatar_macro.html index 736ecb8def..6983477f9c 100644 --- a/frappe/templates/includes/avatar_macro.html +++ b/frappe/templates/includes/avatar_macro.html @@ -11,7 +11,7 @@ - {{ user_info.name[:1] }} + {{ frappe.utils.get_abbr(user_info.name) }} {% endif %}