From aa49f74464240c4799a17f2ab97d2800bba5af18 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:35:25 +0530 Subject: [PATCH] fix: update leave dashboard string to translatable format (backport #1418) (#1420) * Update leave_application_dashboard.html string to translatable format Updated string No Leave has been allocated. to translatable format. * Fix: Update leave_application_dashboard.html string to translatable format Fix: Update leave_application_dashboard.html string to translatable format * chore: fix message --------- Co-authored-by: Rucha Mahabal (cherry picked from commit b48350af60be4b410aab7c3634f73457edffd7f7) Co-authored-by: Kamikazce --- .../doctype/leave_application/leave_application_dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/hr/doctype/leave_application/leave_application_dashboard.html b/hrms/hr/doctype/leave_application/leave_application_dashboard.html index c5615a0afb..6b3961cee9 100644 --- a/hrms/hr/doctype/leave_application/leave_application_dashboard.html +++ b/hrms/hr/doctype/leave_application/leave_application_dashboard.html @@ -26,5 +26,5 @@ {% else %} -

No Leave has been allocated.

+

{{ __("No leaves have been allocated.") }}

{% endif %}