From 2c61b390881111843de5cb16ea7ecf27b97f0bd3 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 15 Sep 2025 19:37:55 -0400 Subject: wip: zen --- cloud/app/src/routes/workspace/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud') diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index a3e14cdf7..ad107825a 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -311,7 +311,7 @@ function BillingSection() { hour: "numeric", minute: "2-digit", second: "2-digit", - })}{" "} + })} . Reason: {balanceInfo()?.reloadError?.replace(/\.$/, "")}. Please update your payment method and try again.

-- cgit v1.2.3