fix: Button label case (#19706)

Json -> JSON
This commit is contained in:
Prasad Ramesh 2019-11-29 17:30:47 +05:30 committed by Nabin Hait
parent 98627f46f6
commit 750b3a5946

View File

@ -52,7 +52,7 @@ frappe.query_reports["GSTR-1"] = {
],
onload: function (report) {
report.page.add_inner_button(__("Download as Json"), function () {
report.page.add_inner_button(__("Download as JSON"), function () {
var filters = report.get_values();
const args = {