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:
parent
b24379aa91
commit
538fa11636
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user