fix: no fstring in translation (#38381) (cherry picked from commit 8f00481c5f7742b120a232622fae7b3f7e3d2e86) Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
parent
9f873749e2
commit
c1018555a0
@ -166,4 +166,4 @@ def create_reposting_entries(rows, company):
|
||||
|
||||
if entries:
|
||||
entries = ", ".join(entries)
|
||||
frappe.msgprint(_(f"Reposting entries created: {entries}"))
|
||||
frappe.msgprint(_("Reposting entries created: {0}").format(entries))
|
||||
|
Loading…
x
Reference in New Issue
Block a user