From 87f2da92b1dbbe01e95b2f679068571599211c7c Mon Sep 17 00:00:00 2001 From: Lizzy Thomson Date: Wed, 31 May 2023 09:16:21 -0600 Subject: [PATCH] web/satellite: replace instances of bandwidth and download to egress Improve consistency of UI to use the term egress instead of bandwidth or download Issue https://github.com/storj/storj/issues/5887 Change-Id: I898ab5d55e5ad8a2d2dd0420c8496d57bc2ecb61 --- web/multinode/src/app/views/WelcomeScreen.vue | 2 +- .../src/components/account/billing/billingTabs/Overview.vue | 2 +- .../src/components/modals/ChangeProjectLimitModal.vue | 2 +- web/satellite/src/components/modals/LimitWarningModal.vue | 2 +- .../components/modals/upgradeAccountFlow/UpgradeInfoStep.vue | 4 ++-- web/satellite/src/components/objects/BucketItem.vue | 2 +- web/satellite/src/components/objects/BucketsTable.vue | 2 +- .../src/components/onboardingTour/steps/PricingPlanStep.vue | 2 +- web/satellite/src/components/project/EditProjectDetails.vue | 4 ++-- .../project/dashboard/DashboardFunctionalHeader.vue | 2 +- web/satellite/src/components/project/dashboard/LimitsArea.vue | 4 ++-- .../src/components/project/dashboard/ProjectDashboard.vue | 4 ++-- web/satellite/src/views/DashboardArea.vue | 2 +- web/satellite/src/views/all-dashboard/AllDashboardArea.vue | 2 +- web/satellite/src/views/registration/RegisterArea.vue | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/web/multinode/src/app/views/WelcomeScreen.vue b/web/multinode/src/app/views/WelcomeScreen.vue index 046d0649c..d6fb2f886 100644 --- a/web/multinode/src/app/views/WelcomeScreen.vue +++ b/web/multinode/src/app/views/WelcomeScreen.vue @@ -10,7 +10,7 @@

Welcome to Multinode Dashboard

-

This App allow Storage Node Operators to add one or multiple nodes that are under their control to a single dashboard to easily monitor combined data about storage&bandwidth usage, payouts across multiple nodes and satellites, interact with nodes config, etc.

+

This App allow Storage Node Operators to add one or multiple nodes that are under their control to a single dashboard to easily monitor combined data about storage&egress usage, payouts across multiple nodes and satellites, interact with nodes config, etc.

diff --git a/web/satellite/src/components/account/billing/billingTabs/Overview.vue b/web/satellite/src/components/account/billing/billingTabs/Overview.vue index fc9f1de5b..02b029e9b 100644 --- a/web/satellite/src/components/account/billing/billingTabs/Overview.vue +++ b/web/satellite/src/components/account/billing/billingTabs/Overview.vue @@ -25,7 +25,7 @@ v-if="showChargesTooltip" class="total-cost__card__charges-tooltip" > - If you still have Storage and Bandwidth remaining in your free tier, you won't be charged. This information is to help you estimate what the charges would have been had you graduated to the paid tier. + If you still have Storage and Egress remaining in your free tier, you won't be charged. This information is to help you estimate what the charges would have been had you graduated to the paid tier.