From c61925598af27b836fd2d479b7cba169c9fa7e80 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Fri, 15 Dec 2023 18:08:52 +0100 Subject: [PATCH] fix: translatable strings Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> --- .../notification_for_new_fiscal_year.html | 2 +- .../material_request_receipt_notification.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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") }}