fix: minor translation issue

This commit is contained in:
Shivam Mishra 2020-05-08 16:20:52 +05:30 committed by prssanna
parent ee292ed2d0
commit 0bba2e8c28

View file

@ -442,4 +442,4 @@ class DashboardChart(Document):
try:
json.loads(self.custom_options)
except ValueError as error:
frappe.throw(_("Invalid json added in the custom options: %s" % error))
frappe.throw(_("Invalid json added in the custom options: {0}").format(error))