Skip to content

Commit ae9aa41

Browse files
committed
Improved some copy
1 parent f6039d0 commit ae9aa41

File tree

1 file changed

+10
-4
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.team

1 file changed

+10
-4
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.team/route.tsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import { conform, useForm } from "@conform-to/react";
22
import { parse } from "@conform-to/zod";
33
import { EnvelopeIcon, NoSymbolIcon, UserPlusIcon } from "@heroicons/react/20/solid";
44
import { DialogClose } from "@radix-ui/react-dialog";
5-
import { Form, type MetaFunction, useActionData, useFetcher, useNavigation } from "@remix-run/react";
5+
import {
6+
Form,
7+
type MetaFunction,
8+
useActionData,
9+
useFetcher,
10+
useNavigation,
11+
} from "@remix-run/react";
612
import { type ActionFunctionArgs, type LoaderFunctionArgs, json } from "@remix-run/server-runtime";
713
import { tryCatch } from "@trigger.dev/core";
814
import { useEffect, useRef, useState } from "react";
@@ -630,9 +636,9 @@ export function PurchaseSeatsModal({
630636
<div className="flex flex-col gap-4 pt-2">
631637
<div className="flex flex-col gap-1">
632638
<Paragraph variant="small/bright">
633-
Purchase extra seats at {formatCurrency(pricePerSeat, false)}/month per seat.
634-
Reducing the number of seats will take effect at the start of the next billing cycle
635-
(1st of the month).
639+
Purchase extra seats at {formatCurrency(pricePerSeat, true)}/month per seat.
640+
Reducing seats will take effect at the start of your next billing cycle (on the 1st
641+
of the month).
636642
</Paragraph>
637643
</div>
638644
<Fieldset>

0 commit comments

Comments
 (0)