Skip to content

Commit

Permalink
[Issue-1929] Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Oct 19, 2023
1 parent 9e294af commit d19b373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const Component = () => {
currentPoolInfo.stats?.minJoinPool && (
<MetaInfo.Number
decimals={assetDecimals}
label={t('Min stake')}
label={t('Minimum active stake')}
suffix={assetSymbol}
value={currentPoolInfo.stats.minJoinPool}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const Component: React.FC<Props> = (props: Props) => {
valueColorSchema={'success'}
/>
<MetaInfo.Default
label={t('Unlock period')}
label={t('Unstaking period')}
valueColorSchema={'success'}
>
{currentItem.metadata?.unstakingPeriod ? getUnstakingPeriod(t, currentItem.metadata.unstakingPeriod) : t('Instant')}
Expand Down

0 comments on commit d19b373

Please sign in to comment.