web/satellite: update low token balance banner copy

Updated the copy for low token balance to correspond with a new use-case.

Change-Id: I1e08a039849c2950cdc4b8dc3b4c9f470461b0dd
This commit is contained in:
Vitalii 2023-10-30 12:49:07 +02:00
parent 1fa918c255
commit 32e67e5fab
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<v-banner
v-if="isLowBalance && content"
class="account-billing-area__wrap__low-balance"
message="Your STORJ Token balance is low. Deposit more STORJ tokens or add a credit card to avoid interruptions in service."
message="Your STORJ Token balance is low. Deposit more STORJ tokens or make sure you have a credit card on file to avoid interruptions in service."
link-text="Deposit tokens"
severity="warning"
:dashboard-ref="content"

View File

@ -6,7 +6,7 @@
<v-banner
v-if="isLowBalance && content && billingEnabled"
class="project-dashboard__low-balance"
message="Your STORJ Token balance is low. Deposit more STORJ tokens or add a credit card to avoid interruptions in service."
message="Your STORJ Token balance is low. Deposit more STORJ tokens or make sure you have a credit card on file to avoid interruptions in service."
link-text="Go to billing"
severity="warning"
:dashboard-ref="content"

View File

@ -34,7 +34,7 @@
<v-banner
v-if="isLowBalance && parentRef && billingEnabled"
class="all-dashboard-banners__low-balance"
message="Your STORJ Token balance is low. Deposit more STORJ tokens or add a credit card to avoid interruptions in service."
message="Your STORJ Token balance is low. Deposit more STORJ tokens or make sure you have a credit card on file to avoid interruptions in service."
link-text="Go to billing"
severity="warning"
:dashboard-ref="parentRef"