[NIFI-3106] updating hover text for remove counter icon. This closes #1299

This commit is contained in:
Scott Aslan 2016-11-28 15:56:11 -05:00 committed by Matt Gilman
parent e36b37692c
commit 6b82e25c74
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ nf.CountersTable = (function () {
if (nf.Common.canModifyCounters()) {
// function for formatting the actions column
var actionFormatter = function (row, cell, value, columnDef, dataContext) {
return '<div title="Connect" class="pointer reset-counter fa fa-undo" style="margin-top: 2px;"></div>';
return '<div title="Reset Counter" class="pointer reset-counter fa fa-undo" style="margin-top: 2px;"></div>';
};
// add the action column