Skip to content

Commit

Permalink
web/satellite: update low token balance banner copy
Browse files Browse the repository at this point in the history
Updated the copy for low token balance to correspond with a new use-case.

Change-Id: I1e08a039849c2950cdc4b8dc3b4c9f470461b0dd
  • Loading branch information
VitaliiShpital authored and andriikotko committed Oct 30, 2023
1 parent 09dbd04 commit e08d63d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e08d63d

Please sign in to comment.