diff --git a/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx b/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx
index 02e966377..c3afef6a2 100644
--- a/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx
+++ b/src/modules/llms/vendors/anthropic/AnthropicSourceSetup.tsx
@@ -50,7 +50,7 @@ export function AnthropicSourceSetup(props: { sourceId: DModelSourceId }) {
rightLabel={<>{needsUserKey
? !anthropicKey && request Key
: '✔️ already set in server'
- } {anthropicKey && keyValid && check usage}
+ } {anthropicKey && keyValid && show tokens usage}
>}
value={anthropicKey} onChange={value => updateSetup({ anthropicKey: value })}
required={needsUserKey} isError={keyError}