diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js index 2b6b08297ab8f53641c4ec3d2dc4661f59e6fc44..dd1a4b1cf2488f198178746720012c72822dfbeb 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js @@ -190,7 +190,7 @@ var FormUtil = new function() { $component.attr('required', ''); } - $component.append($("<option>").attr('value', '').attr('selected', '').attr('disabled', '').text("Select an Storage")); + $component.append($("<option>").attr('value', '').attr('selected', '').attr('disabled', '').text("Select a Storage")); for(var idx = 0; idx < storageConfigurations.length; idx++) { var storageConfiguration = storageConfigurations[idx]; var label = null;