From babe3a0f40007e6f3d4a14af2390abfd2a5ddfaa Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 14 Oct 2025 17:13:21 -0400 Subject: [PATCH] wip: zen --- .../app/src/routes/workspace/[id]/billing/payment-section.tsx | 2 +- packages/console/app/src/routes/workspace/[id]/index.tsx | 2 +- .../console/app/src/routes/workspace/[id]/model-section.tsx | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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() {

Models

- 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.