diff --git a/erpnext/setup/doctype/email_digest/templates/default.html b/erpnext/setup/doctype/email_digest/templates/default.html index 78acbd9251..5a657d26a3 100644 --- a/erpnext/setup/doctype/email_digest/templates/default.html +++ b/erpnext/setup/doctype/email_digest/templates/default.html @@ -1,6 +1,6 @@ {% macro show_card(card) %}
-
{{ card.label }} +
{{ _(card.label) }} {% if card.count %} ({{ card.count }}) {% endif %}