diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/CommentsView.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/CommentsView.js index 136e4f1a7037d0eb665224cd5d802fd38adf207f..4884bbcad58c721bea39f561a0297f5b6a82945f 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/CommentsView.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/CommentsView.js @@ -89,7 +89,7 @@ function CommentsView(commentsController, commentsModel) { this.addNewComment = function() { var $textBox = FormUtil._getTextBox(null, null, false); var $textBoxGroup = FormUtil.getFieldForComponentWithLabel($textBox, null, null); - var $saveButton = FormUtil.getButtonWithText("Save"); + var $saveButton = FormUtil.getButtonWithText("Add Comment"); var $saveButtonGroup = FormUtil.getFieldForComponentWithLabel($saveButton, null, null); this.commentsContainer.append($textBoxGroup);