mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-06 23:43:07 +00:00
Fix misleading title #88
This commit is contained in:
parent
40c0b84e5c
commit
333cd5b71e
@ -282,13 +282,13 @@ export function StorageRequestReview({
|
|||||||
onChange={onAvailabilityChange}
|
onChange={onAvailabilityChange}
|
||||||
onValidation={isInvalidAvailability}></Commitment>
|
onValidation={isInvalidAvailability}></Commitment>
|
||||||
<CardNumbers
|
<CardNumbers
|
||||||
helper="Represents how much collateral is asked from hosts that wants to fill a slots"
|
helper="Represents how much collateral is asked from hosts if they don't fulfill the contract."
|
||||||
id="collateral"
|
id="collateral"
|
||||||
unit={"Collateral"}
|
unit={"Collateral"}
|
||||||
value={storageRequest.collateral.toString()}
|
value={storageRequest.collateral.toString()}
|
||||||
onChange={onCollateralChange}
|
onChange={onCollateralChange}
|
||||||
onValidation={isInvalidNumber}
|
onValidation={isInvalidNumber}
|
||||||
title="Reward tokens for hosts"></CardNumbers>
|
title="Penality tokens"></CardNumbers>
|
||||||
<CardNumbers
|
<CardNumbers
|
||||||
helper="The maximum amount of tokens paid per second per slot to hosts the client is willing to pay."
|
helper="The maximum amount of tokens paid per second per slot to hosts the client is willing to pay."
|
||||||
id="reward"
|
id="reward"
|
||||||
@ -296,7 +296,7 @@ export function StorageRequestReview({
|
|||||||
value={storageRequest.reward.toString()}
|
value={storageRequest.reward.toString()}
|
||||||
onChange={onRewardChange}
|
onChange={onRewardChange}
|
||||||
onValidation={isInvalidNumber}
|
onValidation={isInvalidNumber}
|
||||||
title="Penality tokens"></CardNumbers>
|
title="Reward tokens for hosts"></CardNumbers>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user