diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js index 6a8781a7e9b1cc5ae912960dca1adcd56df144dd..97c306ed32a19b72f0fa006db8df0708e3effa87 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js @@ -454,7 +454,7 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, { var requestProductAnnotations = requestProductsAnnotations[requestProduct.permId]; if(requestProduct.parents.length === 0) { - Util.showError("Product " + requestProduct.code + " don't have a provider, FIX IT!."); + Util.showError("Product " + requestProduct.code + " does not have a provider, FIX IT!."); return; } var provider = requestProduct.parents[0]; @@ -470,7 +470,7 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, { } quantity += parseInt(requestProductAnnotations["QUANTITY_OF_ITEMS"]); if(!quantity) { - Util.showError("Product " + requestProduct.code + " from request " + request.code + " don't have a quantity, FIX IT!."); + Util.showError("Product " + requestProduct.code + " from request " + request.code + " does not have a quantity, FIX IT!."); return; }