diff --git a/src/routes/community/profile/+page.svelte b/src/routes/community/profile/+page.svelte index 5d42d255..8094508c 100644 --- a/src/routes/community/profile/+page.svelte +++ b/src/routes/community/profile/+page.svelte @@ -919,7 +919,7 @@ onDestroy(async () => { {/if} - {subscriptionData?.product_name?.includes('Monthly') ? '$1.99 billed every month' : '$19.99 billed every year'} + {subscriptionData?.product_name?.includes('Monthly') ? 'billed every month' : 'billed every year'}