fix: minor translation issue
This commit is contained in:
parent
ee292ed2d0
commit
0bba2e8c28
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue