Update item_dashboard.js
diff --git a/erpnext/stock/dashboard/item_dashboard.js b/erpnext/stock/dashboard/item_dashboard.js
index 9821f99..1bfa2cf 100644
--- a/erpnext/stock/dashboard/item_dashboard.js
+++ b/erpnext/stock/dashboard/item_dashboard.js
@@ -21,7 +21,7 @@
 		});
 
 		this.content.on('click', '.btn-add', function() {
-			handle_move_add($(this), "Move")
+			handle_move_add($(this), "Add")
 		});
 
 		function handle_move_add(element, action) {
@@ -225,4 +225,4 @@
 				frappe.set_route('Form', doc.doctype, doc.name);
 			})
 		});
-}
\ No newline at end of file
+}