mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
fix: Incorrect translation syntax
This commit is contained in:
@@ -36,4 +36,4 @@ class FindItemBot(BotParser):
|
||||
return "\n\n".join(out)
|
||||
|
||||
else:
|
||||
return _("Did not find any item called {0}".format(item))
|
||||
return _("Did not find any item called {0}").format(item)
|
||||
Reference in New Issue
Block a user