瀏覽代碼

Correction of doctype translations in modal dialog (#3277)

version-14
Charles-Henri Decultot 8 年之前
committed by Rushabh Mehta
父節點
當前提交
8f684444d0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/public/js/frappe/form/quick_entry.js

+ 1
- 1
frappe/public/js/frappe/form/quick_entry.js 查看文件

@@ -31,7 +31,7 @@ frappe.ui.form.quick_entry = function(doctype, success) {
} }


var dialog = new frappe.ui.Dialog({ var dialog = new frappe.ui.Dialog({
title: __("New {0}", [doctype]),
title: __("New {0}", [__(doctype)]),
fields: mandatory, fields: mandatory,
}); });




Loading…
取消
儲存