From ae5e742a121cfefedce152b566001b893b45418d Mon Sep 17 00:00:00 2001 From: Vitalii Date: Thu, 27 Jul 2023 14:56:44 +0300 Subject: [PATCH] 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 --- .../src/components/notifications/UpgradeNotification.vue | 6 +++--- .../components/AllProjectsDashboardBanners.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/satellite/src/components/notifications/UpgradeNotification.vue b/web/satellite/src/components/notifications/UpgradeNotification.vue index c0d146f67..a316bb3fb 100644 --- a/web/satellite/src/components/notifications/UpgradeNotification.vue +++ b/web/satellite/src/components/notifications/UpgradeNotification.vue @@ -6,8 +6,8 @@

- 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.

Upgrade Now
@@ -79,7 +79,7 @@ async function openBanner(): Promise { &__text { display: flex; align-items: center; - gap: 16px; + gap: 6px; flex-grow: 1; & a { diff --git a/web/satellite/src/views/all-dashboard/components/AllProjectsDashboardBanners.vue b/web/satellite/src/views/all-dashboard/components/AllProjectsDashboardBanners.vue index 6d5d5814e..3b5a7244c 100644 --- a/web/satellite/src/views/all-dashboard/components/AllProjectsDashboardBanners.vue +++ b/web/satellite/src/views/all-dashboard/components/AllProjectsDashboardBanners.vue @@ -231,4 +231,4 @@ async function redirectToBillingPage(): Promise { box-shadow: 0 0 20px rgb(0 0 0 / 4%); } } - \ No newline at end of file +