Skip to content
Snippets Groups Projects
Commit 358e7d4d authored by felmer's avatar felmer
Browse files

SSDM-3292: Change tooltip of edit button of sample view from "Enable Editing" to "Edit"

SVN: 35861
parent 19f2eb75
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ function SampleFormView(sampleFormController, sampleFormModel) { ...@@ -133,7 +133,7 @@ function SampleFormView(sampleFormController, sampleFormModel) {
var $editButton = FormUtil.getButtonWithIcon("glyphicon-edit", function () { var $editButton = FormUtil.getButtonWithIcon("glyphicon-edit", function () {
mainController.changeView('showEditSamplePageFromPermId', _this._sampleFormModel.sample.permId); mainController.changeView('showEditSamplePageFromPermId', _this._sampleFormModel.sample.permId);
}); });
toolbarModel.push({ component : $editButton, tooltip: "Enable Editing" }); toolbarModel.push({ component : $editButton, tooltip: "Edit" });
} }
//Copy //Copy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment