summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-15 19:18:56 -0400
committerJay V <[email protected]>2025-09-15 19:19:10 -0400
commitf8ca524bf7888a7e5783484a09caf5d7d3c5f728 (patch)
tree7afe691cff899ea2ec50b744c43420ff2d244fa1 /cloud/app/src
parent56222fff3c6839190a93ddf641ae3ae962241dfa (diff)
downloadopencode-f8ca524bf7888a7e5783484a09caf5d7d3c5f728.tar.gz
opencode-f8ca524bf7888a7e5783484a09caf5d7d3c5f728.zip
ignore: zen
Diffstat (limited to 'cloud/app/src')
-rw-r--r--cloud/app/src/routes/workspace/[id].tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx
index 005553606..47612fd4e 100644
--- a/cloud/app/src/routes/workspace/[id].tsx
+++ b/cloud/app/src/routes/workspace/[id].tsx
@@ -296,7 +296,7 @@ function BillingSection() {
<section data-component="billing-section">
<div data-slot="section-title">
<h2>Billing</h2>
- <p>Manage the payment method for your account.</p>
+ <p>Manage payments methods. <a href="mailto:[email protected]">Contact us</a> if you have any questions.</p>
</div>
<div data-slot="section-content">
<Show when={balanceInfo()?.reloadError}>
@@ -384,7 +384,7 @@ function BillingSection() {
<Show when={balanceInfo()?.reload && !balanceInfo()?.reloadError}>
<p>
Your current balance is <b data-slot="value">${balanceAmount() === "-0.00" ? "0.00" : balanceAmount()}</b>
- . It'll be reloaded to <b>$20</b> (+$1.23 processing fee) when it reaches <b>$5</b>.
+ . We'll automatically reload <b>$20</b> (+$1.23 processing fee) when it reaches <b>$5</b>.
</p>
</Show>
</div>