fix: translation in dashboard_chart.js (#26898)

fix: translation in dashboard_chart.js
This commit is contained in:
mahsem 2024-07-12 09:09:06 +02:00 committed by GitHub
parent b193cde7c0
commit d0f7760431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -397,7 +397,7 @@ frappe.ui.form.on("Dashboard Chart", {
}
}
},
primary_action_label: "Set",
primary_action_label: __("Set"),
});
frappe.dashboards.filters_dialog = dialog;
@ -484,7 +484,7 @@ frappe.ui.form.on("Dashboard Chart", {
}
frm.trigger("set_dynamic_filters_in_table");
},
primary_action_label: "Set",
primary_action_label: __("Set"),
});
dialog.show();