diff --git a/packages/console/app/src/routes/workspace/[id]/billing/payment-section.tsx b/packages/console/app/src/routes/workspace/[id]/billing/payment-section.tsx index c830cee8..0fb2a0df 100644 --- a/packages/console/app/src/routes/workspace/[id]/billing/payment-section.tsx +++ b/packages/console/app/src/routes/workspace/[id]/billing/payment-section.tsx @@ -96,7 +96,7 @@ export function PaymentSection() { }} data-slot="receipt-button" > - view + View diff --git a/packages/console/app/src/routes/workspace/[id]/index.tsx b/packages/console/app/src/routes/workspace/[id]/index.tsx index 6d8bfb0e..8f7678f2 100644 --- a/packages/console/app/src/routes/workspace/[id]/index.tsx +++ b/packages/console/app/src/routes/workspace/[id]/index.tsx @@ -52,7 +52,7 @@ export default function () { } > - Current balance: ${balanceAmount() === "-0.00" ? "0.00" : balanceAmount()} + Current balance ${balanceAmount() === "-0.00" ? "0.00" : balanceAmount()} diff --git a/packages/console/app/src/routes/workspace/[id]/model-section.tsx b/packages/console/app/src/routes/workspace/[id]/model-section.tsx index b4a38d05..68fc1e04 100644 --- a/packages/console/app/src/routes/workspace/[id]/model-section.tsx +++ b/packages/console/app/src/routes/workspace/[id]/model-section.tsx @@ -67,8 +67,7 @@ export function ModelSection() {
- Manage which models workspace members can access. Requests will fail if a member tries to use a disabled - model.{userInfo()?.isAdmin ? "" : " To use a disabled model, contact your workspace’s admin."} + Manage which models workspace members can access. Learn more.