From 44d99abee7f551f6b51a81a26a5d6af241f1ccc9 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 23 Dec 2023 23:13:18 -0800 Subject: [PATCH] More language updates --- frontends/dashboard/src/routes/account/Pricing.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/dashboard/src/routes/account/Pricing.svelte b/frontends/dashboard/src/routes/account/Pricing.svelte index 99ae6b82..0f3c5aa1 100644 --- a/frontends/dashboard/src/routes/account/Pricing.svelte +++ b/frontends/dashboard/src/routes/account/Pricing.svelte @@ -87,7 +87,7 @@ name: `🎉 🎈 Founder's Edition 🎊 🍄`, prices: [ { - title: `$299 once forever`, + title: `$299 once, use forever`, url: `https://buy.stripe.com/7sIg2N6Ecgg70KcdQT`, }, { @@ -98,7 +98,7 @@ featured: true, startLimit: 100, limit: $founderMembershipsRemaining, - description: `Super elite! The Founder's Edition is our way of saying thanks for supporting PocketHost in these early days.`, + description: `Super elite! The Founder's Edition is our way of saying thanks for supporting PocketHost in these early days. Choose between lifetime and annual options.`, }, ] }