fix: no fstring in translation (#38381)

This commit is contained in:
Raffael Meyer 2023-11-28 10:35:28 +01:00 committed by GitHub
parent 9872e371a2
commit 8f00481c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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