Skip to content

Commit 6f51a28

Browse files
committed
fix(observability-map): make the CONTEXT line true in both renderers
1 parent 9b74683 commit 6f51a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal-packages/observability-map/src/report

internal-packages/observability-map/src/report/terminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function contextLine(report: MapReport): string | null {
5656
`CONTEXT ${naming} of ${applicable} entry points name a tenant on a failure path.` +
5757
(collapsed.length > 0
5858
? ` ${collapsed.length} appear${collapsed.length === 1 ? "s" : ""} only here, ` +
59-
`${sensitive} of them sensitive, in the JSON rather than the list below.`
59+
`${sensitive} of them sensitive, in the JSON rather than the fix list.`
6060
: "")
6161
);
6262
}

0 commit comments

Comments
 (0)