fix hide subflow tooltip

This commit is contained in:
Hiroyasu Nishiyama
2023-01-30 16:24:52 +09:00
parent a607ee90e0
commit 013ee2f1f4
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")