Skip to content

Commit

Permalink
feedback improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
shan57blocks committed Jan 23, 2024
1 parent 0bbf0c0 commit a907892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/huma-shared/src/utils/credit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const LenderEventText = {
[String(LenderEvent.LiquidityDeposited)]: 'Supply',
[String(LenderEvent.YieldReinvested)]: 'Yield reinvest',
[String(LenderEvent.YieldPaidout)]: 'Yield paidout',
[String(LenderEvent.RedemptionRequestAdded)]: 'Create redemption request',
[String(LenderEvent.RedemptionRequestAdded)]: 'Request redemption',
[String(LenderEvent.RedemptionRequestRemoved)]: 'Cancel redemption request',
[String(LenderEvent.LenderFundDisbursed)]: 'Withdraw',
[String(LenderEvent.CoverDeposited)]: 'Supply first loss cover',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function ChooseAmount({
subTitle={
redemptionActionInfo.action === 'Create'
? `Select ${symbol} amount to redeem from ${redemptionActionInfo.tranche} tranche`
: `Cancel ${symbol} amount from ${redemptionActionInfo.tranche} tranche redemption request`
: `Select the amount of the redemption request in ${symbol} that you wish to cancel from the ${redemptionActionInfo.tranche} tranche`
}
>
<Box css={styles.sliderWrapper}>
Expand Down

0 comments on commit a907892

Please sign in to comment.