diff --git a/src/components/account/AccountStats.tsx b/src/components/account/AccountStats.tsx index 19923c9..065cc1f 100644 --- a/src/components/account/AccountStats.tsx +++ b/src/components/account/AccountStats.tsx @@ -217,7 +217,7 @@ export default function AccountStats({ did, handle, interactive = true }: Props) /> } - label="Account created" + label="Created" hint="Earliest PLC operation timestamp" valueLabel={createdLabel || (stats !== null && !createdLabel ? '—' : undefined)} sublabel={createdRelative || undefined} @@ -259,7 +259,7 @@ function CredBlueTile({ ? `${CRED_BLUE_BASE}/${encodeURIComponent(handle.replace(/^@/, ''))}` : undefined; const icon = ; - const label = 'cred.blue score'; + const label = 'Score'; if (state.status === 'loading') { return ;