web/satellite: Fix payment banner amount

Update payment banner to use 150GB as the free tier limits rather than
50GB. Fixes #4519

Change-Id: Idb35aeecf52fcf7ab0b38b8ecffe0fc99cec09d0
This commit is contained in:
Moby von Briesen 2022-02-15 15:16:04 -05:00 committed by Maximillian von Briesen
parent b24379aa91
commit 538fa11636
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
Add a Payment Method to Get Started
</p>
<p class="payments-bonus-container__text-container__additional-text">
Your first 50GB are free. You will not be charged until you use more than 50GB.
Your first 150GB are free. You will not be charged until you use more than 150GB.
</p>
</div>
</div>

View File

@ -98,7 +98,7 @@ exports[`PaymentMethods renders correctly after add STORJ and cancel click 2`] =
Add a Payment Method to Get Started
</p>
<p class="payments-bonus-container__text-container__additional-text">
Your first 50GB are free. You will not be charged until you use more than 50GB.
Your first 150GB are free. You will not be charged until you use more than 150GB.
</p>
</div>
</div>
@ -278,7 +278,7 @@ exports[`PaymentMethods renders correctly without card 1`] = `
Add a Payment Method to Get Started
</p>
<p class="payments-bonus-container__text-container__additional-text">
Your first 50GB are free. You will not be charged until you use more than 50GB.
Your first 150GB are free. You will not be charged until you use more than 150GB.
</p>
</div>
</div>