Skip to content

Commit

Permalink
Merge pull request #652 from threefoldtech/development_contracts_period
Browse files Browse the repository at this point in the history
improvement of the messages of grace period contracts.
  • Loading branch information
Mahmoud-Emad authored Jun 19, 2023
2 parents aa87dec + 61d321f commit 14505d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/playground/src/weblets/tf_contracts_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<template #[`item.state`]="{ item }">
<v-tooltip
v-if="item && item.value.state === ContractStates.GracePeriod"
:text="'the number of tokens required to remove your contract from the grace period and restore functionality to your workloads.'"
:text="'Click here to check the amount of tokens needed to unlock your contract and resume your workload.'"
location="top center"
>
<template #activator="{ props }">
Expand Down Expand Up @@ -103,9 +103,9 @@
</p>
<br />
<v-alert type="info" variant="tonal">
The contract is in a GracePeriod condition, which means that your workloads are suspended but not deleted; in
order to resume your workloads and restore their functionality, you must pay your account with the necessary
tokens.
The contract is in Grace Period, which means that your workloads are suspended but not deleted; in order to
resume your workloads and restore their functionality, Please fund your account with the amount mentioned
above.
</v-alert>
</v-card-text>
<v-card-actions>
Expand Down

0 comments on commit 14505d5

Please sign in to comment.