web/satellite: update wording for upgrade account banner

Updated wording because we don't want to dissuade customers from upgrading and using Storj by implying that there is a ceiling to what they can store and egress with Storj.

Issue:
https://github.com/storj/storj/issues/6040

Change-Id: I8a08bea47b698e66e023d1bfcaa5ef09dae79192
This commit is contained in:
Vitalii 2023-07-27 14:56:44 +03:00 committed by Storj Robot
parent 62f52c829a
commit ae5e742a12
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
<SunnyIcon class="notification-wrap__icon" />
<div class="notification-wrap__text">
<p>
Ready to upgrade? Upload up to 75TB and pay what you use only, no minimum.
{{ formattedStorageLimit }} free included.
Ready to upgrade? Increase your limits and only pay for what you use - no minimum.
{{ formattedStorageLimit }} free still included.
</p>
<a @click="openBanner">Upgrade Now</a>
</div>
@ -79,7 +79,7 @@ async function openBanner(): Promise<void> {
&__text {
display: flex;
align-items: center;
gap: 16px;
gap: 6px;
flex-grow: 1;
& a {

View File

@ -231,4 +231,4 @@ async function redirectToBillingPage(): Promise<void> {
box-shadow: 0 0 20px rgb(0 0 0 / 4%);
}
}
</style>
</style>