From f96afa5daa4daf113fff5676eeda6da75a22b7d0 Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Tue, 9 Sep 2025 20:51:40 +0100 Subject: [PATCH] fix: update tooltip text for BypassButton --- src/components/graph/selectionToolbox/BypassButton.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/graph/selectionToolbox/BypassButton.spec.ts b/src/components/graph/selectionToolbox/BypassButton.spec.ts index e61146b2a..c8435f4a1 100644 --- a/src/components/graph/selectionToolbox/BypassButton.spec.ts +++ b/src/components/graph/selectionToolbox/BypassButton.spec.ts @@ -31,7 +31,7 @@ describe('BypassButton', () => { en: { selectionToolbox: { bypassButton: { - tooltip: 'Toggle bypass mode' + tooltip: 'Bypass/Unbypass Selected Nodes' } } }