Skip to content

Commit

Permalink
fix: no fstring in translation (#38381)
Browse files Browse the repository at this point in the history
fix: no fstring in translation (#38381)

(cherry picked from commit 8f00481)

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
  • Loading branch information
mergify[bot] and barredterra authored Nov 29, 2023
1 parent d8c3935 commit cec2574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit cec2574

Please sign in to comment.