diff --git a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleTable/SampleTableController.js b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleTable/SampleTableController.js
index e488e8ba61bb13077676d00d6cb04b40f7e96829..baed546316871ea84500080ab4d3ba51291db8e8 100644
--- a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleTable/SampleTableController.js
+++ b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleTable/SampleTableController.js
@@ -141,7 +141,7 @@ function SampleTableController(parentController, title, experimentIdentifier, pr
 			        this.currentView = null;
                 }});
 
-                extraOptions.push({ name : "Update Custom Barcodes", action : function(selected) {
+                extraOptions.push({ name : "Update Custom Barcodes/QR Codes", action : function(selected) {
 			        BarcodeUtil.readBarcode(selected);
 			        this.currentView = null;
                 }});