Skip to content

Commit

Permalink
web/satellite: remove misleading 25GB free text
Browse files Browse the repository at this point in the history
This change removes/properly words messaging that suggests that there
is a perpetually free 25GB of storage and egress.

Issue: storj/storj-private#670

Change-Id: Ibede455d7d98d9de3d4d66fb6ea03cd533dfe282
  • Loading branch information
wilfred-asomanii authored and Storj Robot committed Apr 9, 2024
1 parent d01b20e commit 0757966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -54,14 +54,14 @@ const plans = ref<PricingPlanInfo[]>([
new PricingPlanInfo(
PricingPlanType.PRO,
'Pro Account',
'25 GB Free',
'',
'Only pay for what you need. $4/TB stored per month* $7/TB for download bandwidth.',
'*Additional per-segment fee of $0.0000088 applies.',
null,
null,
'Add a credit card to activate your Pro Account.<br><br>Get 25GB free storage and download. Only pay for what you use beyond that.',
'Add a credit card to activate your Pro Account.<br><br>Only pay for what you use.',
'No charge today',
'25GB Free',
'',
),
]);
Expand All @@ -76,7 +76,7 @@ onBeforeMount(async () => {
PricingPlanType.FREE,
'Free Trial',
'Limited',
'Free usage up to 25GB storage and 25GB egress bandwidth per month.',
'Free usage up to 25GB storage and 25GB egress bandwidth for 30 days.',
null,
null,
null,
Expand Down
2 changes: 1 addition & 1 deletion web/satellite/src/views/Signup.vue
Expand Up @@ -234,7 +234,7 @@

<p class="mt-6">
<v-icon :icon="mdiCheckBold" color="primary" />
You can upload and download up to 25GB for free.
You can upload and download up to 25GB for free, for 30 days.
</p>

<p class="mt-4">
Expand Down

0 comments on commit 0757966

Please sign in to comment.