Skip to content

Commit 53e485e

Browse files
Update RemediationSupportBadges.tsx
1 parent b18d0ac commit 53e485e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdsec-docs/src/components/RemediationSupportBadges.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function RemediationSupportBadges({ MTLS, Metrics, Prometheus, Mo
4242
const mtlsSupport = MTLS ? 'Supported' : 'Unsupported';
4343
const metricsSupport = Metrics ? 'Supported' : 'Unsupported';
4444
const prometheusSupport = Prometheus ? 'Supported' : 'Unsupported';
45-
const modeSupport = Mode ? 'Live & Stream' : 'Live only';
45+
const modeSupport = Mode ? 'Live & Stream' : 'Stream only';
4646
const appsecSupport = (Appsec !== undefined && Appsec) ? 'Supported' : 'Unsupported';
4747

4848
return (
@@ -56,4 +56,4 @@ export default function RemediationSupportBadges({ MTLS, Metrics, Prometheus, Mo
5656
<RemediationSupportBadge title='Prometheus' description='Can expose metrics to Prometheus' support={prometheusSupport} />
5757
</div>
5858
);
59-
}
59+
}

0 commit comments

Comments
 (0)