Skip to content

Commit

Permalink
changed so that ETH is bolded for not verified market (#1379)
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Rasovic <ezo@Milans-MacBook-Pro.local>
  • Loading branch information
Mi-Lan and Milan Rasovic authored Nov 18, 2020
1 parent c5f0679 commit 6b57147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const KlerosCuration: FC<Props> = (props: Props) => {
<BlueLink href={DOCUMENT_VALIDITY_RULES} rel="noopener noreferrer" target="_blank">
listing criteria
</BlueLink>{' '}
to avoid challenges. The <Bold>{formatEther(submissionDeposit)}</Bold> ETH security deposit will be
to avoid challenges. The <Bold>{formatEther(submissionDeposit)} ETH</Bold> security deposit will be
reimbursed if your submission is accepted. The challenge period lasts{' '}
<Bold>{moment.duration(Number(challengePeriodDuration) * 1000).humanize()}</Bold>.
</DescriptionText>
Expand Down

0 comments on commit 6b57147

Please sign in to comment.