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