style: Use single quotes
diff --git a/erpnext/stock/doctype/pick_list/pick_list.js b/erpnext/stock/doctype/pick_list/pick_list.js
index 7c1e39a..3f66743 100644
--- a/erpnext/stock/doctype/pick_list/pick_list.js
+++ b/erpnext/stock/doctype/pick_list/pick_list.js
@@ -86,7 +86,7 @@
 					target: frm,
 					source_name: frm.doc.work_order
 				});
-			}, __("Select Quantity"), __('Get Items'));
+			}, __('Select Quantity'), __('Get Items'));
 		});
 	},
 	material_request: (frm) => {