Skip to content

Commit

Permalink
Update sshkey_view.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
xmonader authored Jan 19, 2024
1 parent 8957db4 commit 5b50681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/views/sshkey_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Updating or generating SSH key will cost you up to 0.01 TFT
</v-alert>
<v-alert v-else-if="balance" type="warning" variant="tonal" class="ma-4">
Your balance is not enough to {{ profileManager.profile?.ssh ? "update the" : `generate a` }} SSH key; please make
Your balance is not enough to {{ profileManager.profile?.ssh ? "update the" : `generate a` }} SSH key. Please make
sure you have at least 0.01 TFT.
</v-alert>
<VTooltip
Expand Down

0 comments on commit 5b50681

Please sign in to comment.