Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement of the messages of grace period contracts. #652

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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