diff options
Diffstat (limited to 'cloud')
| -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> |
