Skip to content

Commit 04c81fc

Browse files
committed
Copy tweak
1 parent 71b93a4 commit 04c81fc

File tree

1 file changed

+5
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts

1 file changed

+5
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,11 @@ export default function Page() {
205205
<Header2 spacing>Billing alerts</Header2>
206206
<Paragraph variant="small">
207207
Receive an email when your compute spend crosses different thresholds. You can also
208-
learn how to reduce your compute spend in the{" "}
209-
<TextLink to={docsPath("how-to-reduce-your-spend")}>docs</TextLink>.
208+
learn how to{" "}
209+
<TextLink to={docsPath("how-to-reduce-your-spend")}>
210+
reduce your compute spend
211+
</TextLink>
212+
.
210213
</Paragraph>
211214
</div>
212215
<Form method="post" {...form.props}>

0 commit comments

Comments
 (0)