diff options
| author | Frank <[email protected]> | 2025-09-15 19:37:55 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-15 19:37:55 -0400 |
| commit | 2c61b390881111843de5cb16ea7ecf27b97f0bd3 (patch) | |
| tree | c648403b3c735fa7e121bbcb91f4b1b541a1f87d /cloud/app | |
| parent | 6c02d4ce664994dcef7730444b2d1f7404f5767a (diff) | |
| download | opencode-2c61b390881111843de5cb16ea7ecf27b97f0bd3.tar.gz opencode-2c61b390881111843de5cb16ea7ecf27b97f0bd3.zip | |
wip: zen
Diffstat (limited to 'cloud/app')
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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. </p> |
