Skip to content

Commit

Permalink
Add a space to validator fallback text
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jul 3, 2024
1 parent 533c2fb commit 41b9b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/StakingPage/Features/ValidatorList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export const ValidatorList = memo((props: Props) => {
<span>{t('account.validator.loadingError', "Couldn't load validators.")}</span>
{validators.length > 0 && (
<span>
{' '}
{t('account.validator.showingStale', 'Showing validator list as of {{staleTimestamp}}.', {
staleTimestamp: intlDateTimeFormat(validatorsTimestamp!),
})}
Expand Down

0 comments on commit 41b9b82

Please sign in to comment.