From b32b21cfd2a349d5cd12766cf90d3938501452ef Mon Sep 17 00:00:00 2001 From: alejandrobailo Date: Fri, 3 Jul 2026 11:45:19 +0200 Subject: [PATCH] fix(ui): rename triage docs link to Triage documentation --- ui/components/findings/table/finding-note-modal.test.tsx | 2 +- ui/components/findings/table/finding-note-modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/findings/table/finding-note-modal.test.tsx b/ui/components/findings/table/finding-note-modal.test.tsx index 5650ebad7e..dc943bcbe1 100644 --- a/ui/components/findings/table/finding-note-modal.test.tsx +++ b/ui/components/findings/table/finding-note-modal.test.tsx @@ -154,7 +154,7 @@ describe("FindingNoteModal", () => { // Then const docsLink = screen.getByRole("link", { - name: /docs/i, + name: /triage documentation/i, }); expect(docsLink).toHaveAttribute("href", DOCS_URLS.FINDINGS_TRIAGE); expect(docsLink).toHaveAttribute("target", "_blank"); diff --git a/ui/components/findings/table/finding-note-modal.tsx b/ui/components/findings/table/finding-note-modal.tsx index b7f9ac462a..1b0e10b159 100644 --- a/ui/components/findings/table/finding-note-modal.tsx +++ b/ui/components/findings/table/finding-note-modal.tsx @@ -141,7 +141,7 @@ export function FindingNoteModal({ rel="noopener noreferrer" > - docs + Triage documentation