Update erpnext/projects/doctype/project/project.js

This commit is contained in:
Deepesh Garg 2021-12-28 11:08:13 +05:30 committed by GitHub
parent 87a98f8120
commit 077e2c6467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ frappe.ui.form.on("Project", {
set_project_status_button: function(frm) {
frm.add_custom_button(__('Set Project Status'), () => {
let d = new frappe.ui.Dialog({
"title": "Set Project Status",
"title": __("Set Project Status"),
"fields": [
{
"fieldname": "status",