diff --git a/pages/buy-credits.tsx b/pages/buy-credits.tsx index 0dd476c8..7f7fecab 100644 --- a/pages/buy-credits.tsx +++ b/pages/buy-credits.tsx @@ -33,7 +33,8 @@ export default function Pricing() {
You currently have{" "} - {data?.remainingGenerations} credits + {data?.remainingGenerations}{" "} + {data?.remainingGenerations > 1 ? "credits" : "credit"} . Purchase more below.
@@ -53,9 +54,6 @@ export default function Pricing() {- Have any pricing questions or feedback? Email hassan@roomgpt.io -
+ Interested in team pricing or have any pricing questions? Email{" "} + hassan@roomgpt.io +
); diff --git a/pages/dream.tsx b/pages/dream.tsx index 48b98a37..a860d0b1 100644 --- a/pages/dream.tsx +++ b/pages/dream.tsx @@ -67,7 +67,7 @@ const Home: NextPage = () => { }, onValidate: async (file: File): PromiseYou have{" "} - {data.remainingGenerations} credits + {data.remainingGenerations}{" "} + {data?.remainingGenerations > 1 ? "credits" : "credit"} {" "} left.{" "} {data.remainingGenerations < 2 && ( - Buy more generations{" "} + Buy more credits{" "}