Skip to content

Commit

Permalink
Replace "Vote" title with "choice"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyandreevsky committed Dec 26, 2024
1 parent dece893 commit 1bfd5d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function TransactionData ({ data, type, loading, rate }) {

<InfoLine
className={'TransactionPage__InfoLine'}
title={'Vote'}
title={'Choice'}
value={<VoteChoice choiceStr={data?.choice}/>}
loading={loading}
error={!data?.choice}
Expand Down

0 comments on commit 1bfd5d6

Please sign in to comment.