diff --git a/erpnext/templates/includes/projects/project_tasks.html b/erpnext/templates/includes/projects/project_tasks.html index c978576ecd0..94c692cdd27 100644 --- a/erpnext/templates/includes/projects/project_tasks.html +++ b/erpnext/templates/includes/projects/project_tasks.html @@ -6,7 +6,7 @@ {{ task.subject }}
- {{ __("modified") }} {{ frappe.utils.pretty_date(task.modified) }} + {{ _("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
{% if task.todo %}