mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +00:00
Fix translate supplier_type.js
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
cur_frm.cscript.refresh = function(doc) {
|
||||
cur_frm.set_intro(doc.__islocal ? "" : "There is nothing to edit.")
|
||||
cur_frm.set_intro(doc.__islocal ? "" : wn._("There is nothing to edit."))
|
||||
}
|
||||
Reference in New Issue
Block a user