From 9c92976fc43f5e3a19d18de9531ffa22de0a850b Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Wed, 19 Aug 2015 11:01:36 +0000 Subject: [PATCH] SSDM-2353 : Less misleading button text, users get confused with save. SVN: 34495 --- .../eln-lims/html/js/views/SampleForm/widgets/CommentsView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 136e4f1a703..4884bbcad58 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); -- GitLab