diff --git a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html index fedbfc43ab..0c4a46241d 100644 --- a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html +++ b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html @@ -1,3 +1,3 @@ -

{{_("Fiscal Year")}}

+

{{ _("Fiscal Year") }}

{{ _("New fiscal year created :- ") }} {{ doc.name }}

diff --git a/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html b/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html index d8133ae114..ca97516e02 100644 --- a/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html +++ b/erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html @@ -1,12 +1,12 @@ -

Material Request Type: {{ doc.material_request_type }}
-Company: {{ doc.company }}

+

{{ _("Material Request Type") }}: {{ doc.material_request_type }}
+{{ _("Company") }}: {{ doc.company }}

-

Order Summary

+

{{ _("Order Summary") }}

- - + + {% for item in doc.items %} {% if frappe.utils.flt(item.received_qty, 2) > 0.0 %}
Item NameReceived Quantity{{ _("Item Name") }}{{ _("Received Quantity") }}