fix(traces): rename panel title to match consent-only semantics

This commit is contained in:
Greyson Lalonde
2026-05-05 21:55:27 +08:00
parent ed0f4f9dbb
commit c5f8177529

View File

@@ -801,7 +801,7 @@ def traces_enable() -> None:
"To activate trace collection, set [bold]CREWAI_TRACING_ENABLED=true[/bold] "
"in your environment or .env file.\n"
"Use 'crewai traces disable' to revoke consent.",
title="Traces Enabled",
title="Trace Consent Recorded",
border_style="green",
padding=(1, 2),
)