chore: Add translate function to text "after"

This commit is contained in:
Ernesto Ruiz
2024-03-02 15:46:43 -06:00
committed by GitHub
parent e7d707797a
commit d0140412cd

View File

@@ -1677,7 +1677,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>"
)