Skip to content

Commit

Permalink
Merge pull request #795 from threefoldtech/development_dashboard_calc…
Browse files Browse the repository at this point in the history
…ulator_cost_message

re-phrase the calculator cost message
  • Loading branch information
AhmedHanafy725 authored Jul 12, 2023
2 parents 1104831 + c041933 commit ec29ab1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/dashboard/src/calculator/views/Calculator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@
<v-tooltip bottom nudge-bottom="12">
<template v-slot:activator="{ on, attrs }">
<span class="price">
<p>
<p v-if="price.label === 'Dedicated Node'">
Cost of reserving a
<span class="name">{{ price.label + " " }}</span> of the same specifications
</p>
<p v-else>
Cost of reservation on a
<span class="name">{{ price.label !== undefined ? price.label + " " : " " }}</span>
</p>
Expand Down

0 comments on commit ec29ab1

Please sign in to comment.