diff --git a/frappe/core/doctype/data_import/data_import_list.js b/frappe/core/doctype/data_import/data_import_list.js index 2a4dc5383c..dc06f44f59 100644 --- a/frappe/core/doctype/data_import/data_import_list.js +++ b/frappe/core/doctype/data_import/data_import_list.js @@ -20,5 +20,12 @@ frappe.listview_settings['Data Import'] = { } return status['Pending']; + }, + onload(listview) { + listview.page.set_title_sub(` + + ${__('Try the new Data Import')} + + `); } };