Merge pull request #4033 from node-red-hitachi/fix-hide-subflow-tooltip

fix hide subflow tooltip
This commit is contained in:
Nick O'Leary
2023-01-30 09:48:20 +00:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -829,7 +829,7 @@ RED.tabs = (function() {
event.preventDefault();
removeTab(tab.id);
});
RED.popover.tooltip(closeLink,RED._("workspace.hideFlow"));
RED.popover.tooltip(closeLink,RED._("workspace.closeFlow"));
}
// if (tab.hideable) {
// li.addClass("red-ui-tabs-closeable")