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

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:
mergify[bot] 2023-11-28 21:36:05 +05:30 committed by GitHub
parent 9f873749e2
commit c1018555a0
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))