Skip to content

Commit

Permalink
Merge pull request #1816 from threefoldtech/development_fees_tooltip
Browse files Browse the repository at this point in the history
change fees tooltip
  • Loading branch information
xmonader authored Dec 28, 2023
2 parents 43d7a5d + bb78e37 commit 29fa669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/src/dashboard/transfer_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]"
#="{ props }"
>
<input-tooltip tooltip="0.01 transaction fee will be deducted">
<input-tooltip tooltip="Up to 0.01 transaction fee will be deducted">
<v-text-field label="Transfer Amount:" v-bind="props" v-model.number="transferAmount"></v-text-field>
</input-tooltip>
</input-validator>
Expand Down Expand Up @@ -94,7 +94,7 @@
]"
#="{ props }"
>
<input-tooltip tooltip="0.01 transaction fee will be deducted">
<input-tooltip tooltip="Up to 0.01 transaction fee will be deducted">
<v-text-field label="Transfer Amount:" v-bind="props" v-model.number="transferAmount"></v-text-field>
</input-tooltip>
</input-validator>
Expand Down

0 comments on commit 29fa669

Please sign in to comment.