From 7c569050f15088ae0ba1660291fb54c70147e51d Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:18:19 +0000 Subject: [PATCH 1/2] fix: docs link, card title --- .../usage/[[invoice]]/+page.svelte | 6 +++--- .../settings/usage/[[invoice]]/+page.svelte | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte index 697c0dcf5c..dc2ee003a1 100644 --- a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte +++ b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte @@ -379,15 +379,15 @@ - SMS OTP + Phone OTP

OTPs are billed per SMS message, with rates varying by recipient country. For a detailed cost breakdown, see the pricing page.

-

You will not be charged for SMS OTP for messages before February 10th

+

You will not be charged for SMS OTP for messages before February 10th.

{#if data.organizationUsage.authPhoneTotal}
diff --git a/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte b/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte index c24e99a609..a7c254f00d 100644 --- a/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte +++ b/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte @@ -386,12 +386,12 @@ - SMS OTP - + Phone OTP

Calculated for all SMS OTP sent across your project. Resets at the start of each billing cycle.

+

You will not be charged for SMS OTP for messages before February 10th.

{#if data.usage.authPhoneTotal}
From 110285d9168eb9c89873ca21f576dea64222d275 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:23:51 +0000 Subject: [PATCH 2/2] fix: terminology --- .../usage/[[invoice]]/+page.svelte | 6 +++--- .../settings/usage/[[invoice]]/+page.svelte | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte index dc2ee003a1..3cebea75e6 100644 --- a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte +++ b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte @@ -387,14 +387,14 @@ class="link">pricing page.

-

You will not be charged for SMS OTP for messages before February 10th.

+

You will not be charged for Phone OTPs before February 10th.

{#if data.organizationUsage.authPhoneTotal}

{formatNumberWithCommas(data.organizationUsage.authPhoneTotal)} - SMS OTPs + OTPs

Estimated cost @@ -404,7 +404,7 @@ class="icon-info u-color-text-offline" use:tooltip={{ content: - 'The first 10 SMS OTP messages each month are provided at no cost. Pricing may vary as it depends on telecom rates and vendor agreements.' + 'The first 10 messages each month are provided at no cost. Pricing may vary as it depends on telecom rates and vendor agreements.' }} />

diff --git a/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte b/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte index a7c254f00d..49a6215280 100644 --- a/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte +++ b/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte @@ -388,17 +388,17 @@ Phone OTP

- Calculated for all SMS OTP sent across your project. Resets at the start of each billing - cycle. + Calculated for all Phone OTP sent across your project. Resets at the start of each + billing cycle.

-

You will not be charged for SMS OTP for messages before February 10th.

+

You will not be charged for Phone OTPs before February 10th.

{#if data.usage.authPhoneTotal}

{formatNumberWithCommas(data.usage.authPhoneTotal)} - SMS OTPs + OTPs

Estimated cost