Merge pull request #40248 from ernestoruiz89/patch-5

chore: Add translate function to text "after"
This commit is contained in:
Deepesh Garg
2024-03-10 22:33:28 +05:30
committed by GitHub

View File

@@ -1697,7 +1697,7 @@ def get_valuation_rate(
solutions += (
"<li>"
+ _("If not, you can Cancel / Submit this entry")
+ " {0} ".format(frappe.bold("after"))
+ " {0} ".format(frappe.bold(_("after")))
+ _("performing either one below:")
+ "</li>"
)