update text

This commit is contained in:
MuslemRahimi 2024-09-27 20:52:29 +02:00
parent 577b391c79
commit 8357adefed

View File

@ -919,7 +919,7 @@ onDestroy(async () => {
{/if}
</span>
<span class="text-sm text-white {subscriptionData?.status_formatted !== 'Active' ? 'hidden' : ''}">
{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'}
</span>
</div>