File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const VpnInstance = ({
113113 onClick = { onConfirmRenewal }
114114 disabled = { ! selectedRenewDuration }
115115 >
116- < p className = "font-light text-sm" > Confirm Renewal </ p >
116+ < p className = "font-light text-sm" > Renew </ p >
117117 </ button >
118118 </ div >
119119 ) }
@@ -129,4 +129,4 @@ const VpnInstance = ({
129129 )
130130}
131131
132- export default VpnInstance
132+ export default VpnInstance
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ const Account = () => {
458458 className = "text-lg flex justify-center items-center gap-2 w-full bg-[#000000A6] rounded-md py-3 px-2.5"
459459 { ...( showTooltips && { 'data-tooltip-id' : 'price-tooltip' } ) }
460460 >
461- { selectedOption ? `${ formatPrice ( selectedOption . price ) } ADA` : '' }
461+ { selectedOption ? `${ formatPrice ( selectedOption . price ) } ADA + 1.7 ADA setup fee ` : '' }
462462 </ div >
463463 </ >
464464 ) : (
You can’t perform that action at this time.
0 commit comments