Selaa lähdekoodia

Correction of doctype translations in modal dialog (#3277)

version-14
Charles-Henri Decultot 8 vuotta sitten
committed by Rushabh Mehta
vanhempi
commit
8f684444d0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/public/js/frappe/form/quick_entry.js

+ 1
- 1
frappe/public/js/frappe/form/quick_entry.js Näytä tiedosto

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

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



Ladataan…
Peruuta
Tallenna