From 96d9bb9f764dcdf661d9436dd70cdb899bb262c0 Mon Sep 17 00:00:00 2001 From: Anso Date: Tue, 19 May 2026 18:19:44 -0400 Subject: [PATCH] fix(fleet-secrets): align bundle-row action aria-label with icon ("Send") (#1116) The bundle-row action uses the lucide Send icon but the button's aria-label was "Push", which surfaced inconsistently to screen-reader users vs the visible/iconic intent. The same action is referred to as "Send" in the feature docs, so standardise on Send everywhere. --- frontend/src/components/fleet/secrets/SecretsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/fleet/secrets/SecretsTab.tsx b/frontend/src/components/fleet/secrets/SecretsTab.tsx index ead5cdb8..5bec6986 100644 --- a/frontend/src/components/fleet/secrets/SecretsTab.tsx +++ b/frontend/src/components/fleet/secrets/SecretsTab.tsx @@ -107,7 +107,7 @@ export function SecretsTab() { -