mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
Merge pull request #40248 from ernestoruiz89/patch-5
chore: Add translate function to text "after"
This commit is contained in:
@@ -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>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user