Update AI rate limiting insight text

This commit is contained in:
Sam Becker 2025-02-18 19:56:31 -06:00
parent ed09932f31
commit b55e956dad

View File

@ -241,7 +241,7 @@ export default function AdminAppInsightsClient({
)} )}
/>} />}
content={isExpanded => renderHighlightText( content={isExpanded => renderHighlightText(
'AI enabled without rate limiting', 'Enable AI rate limiting',
'yellow', 'yellow',
!isExpanded, !isExpanded,
)} )}