frappe._ to __
diff --git a/erpnext/public/js/startup.js b/erpnext/public/js/startup.js
index 1c692f8..6ba7173 100644
--- a/erpnext/public/js/startup.js
+++ b/erpnext/public/js/startup.js
@@ -3,5 +3,5 @@
 
 // start
 $(document).on('startup', function() {
-	console.log(frappe._('Starting up...'));
+	console.log(__('Starting up...'));
 });