fix: no fstring in translation (backport #38381) (#38387)

fix: no fstring in translation (#38381)

(cherry picked from commit 8f00481c5f)

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2023-11-28 21:36:05 +05:30
committed by GitHub
parent 9f873749e2
commit c1018555a0

View File

@@ -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))