From 7ced183b11e87290f5a39bdb3925a4f2511afccd Mon Sep 17 00:00:00 2001 From: iammordaty Date: Thu, 13 Nov 2025 22:40:51 +0100 Subject: [PATCH] Change wording from "Show sidebar" to "Toggle sidebar" (#300) --- src-web/components/SidebarActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/SidebarActions.tsx b/src-web/components/SidebarActions.tsx index eae9d02a..9c67875a 100644 --- a/src-web/components/SidebarActions.tsx +++ b/src-web/components/SidebarActions.tsx @@ -27,7 +27,7 @@ export function SidebarActions() { }} className="pointer-events-auto" size="sm" - title="Show sidebar" + title="Toggle sidebar" icon={hidden ? 'left_panel_hidden' : 'left_panel_visible'} iconColor="secondary" />